Ad
  • Custom User Avatar

    Maybe your code got caught in an infinite loop?

    You can always debug easily by using console.log or equivalent.

  • Custom User Avatar

    I think it's possible for valid solutions to be invalid if this happens:

    1. The test cases are updated and some solutions become invalid (possibly by mistake?)
    2. The test cases are updated to fix the mistake, but the solutions are already invalid and cannot be changed back