Ad
  • Default User Avatar

    It's not absurd because random tests are never the same test ... because, well, they are random. That's why your code passes a different amount of them on each run of the ATTEMPT.

  • Default User Avatar

    yes but the random tests passing is absurd, like a test in ATTEMPT at once is failing but if i run ATTEMPT again, the same test is now passed,why is that?

  • Default User Avatar

    and by the way I un-flagged your comment as a spoiler because it did not discuss / reveal any solution concepts / code

  • Default User Avatar

    Your code only passes all the sample tests.

    On running ATTEMPT your code is tested by multiple random tests, and it does not pass all of them.

  • Default User Avatar

    im having a problem where my code passed all the tests but in the attempt section each time i run the tests it shows different number of passed and failed test each time.
    any reason or solution for that?