Ad
  • Custom User Avatar

    Your code is probably too slow.

  • Default User Avatar

    There are two stages of testing: TEST will run your code against the sample tests, ATTEMPT will run your code against additional tests, including random tests. So, your code may pass the first set of tests, but if it times out, it is not efficient enought to pass the second set.