Ad
  • Default User Avatar

    same problem on Python. 53 tests from 54 was done. ALl random was done. 1 basic failed, and can't see what test did they use.

  • Default User Avatar

    @dunlee: print the input to see where you are failing.

  • Custom User Avatar

    When you press Test, only sample tests (the ones you see) are executed, and you passed these.
    When you press Attempt, full test suite (which you cannot directly see) is executed, and your solution fails there.
    Probably Basic tests in full test suite are different than Basic tests in sample tests. Or your solution has some intermediate state carried between test cases. If you share the language you are trying to solve, someone could check.