Ad
  • Custom User Avatar

    C++ translation (author inactive). This is my first C++ translation so please review carefully.

  • Default User Avatar

    In JS version, in Test_2, expected result is 44 but it should be 10.

    Problem is difference between instructions and tests
    Instruction → INDEX in the Fibonacci sequence → Exemple 1, n=5, [0,1,1,2,3,5]
    Tests → Arrray.length → Test 1, n=5, [0,1,1,2,3]

  • Custom User Avatar

    No random tests in JS version