Ad
  • Custom User Avatar

    Hi! While I was looking at my solution, I changed something not important and it said all tests are passed and accepted my solution; however, after I tried the same solution it accepted, it gave error at the 7th test case again as usual.

    It might be an issue or I was lucky. Nevertheless, I have no clue what is going on.

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    In C:
    The expression !strcmp(arr, arr2) is false.

    Still, I get all the test cases correctly. Is there something wrong?