Ad
  • Custom User Avatar

    In JavaScript, all incorrect (or incomplete) solutions time out. Only correct solutions can pass all tests. This happens because the test framework tries to print out the expected value for the failed FIB ONE MILLION test. But the output is huge for this test case and the print operation times out.

    This issue has been already reported below. So I am closing this issue as a duplicate.