ReKenx's blog

By ReKenx, history, 10 months ago, In English

My solution was successfully accepted during the contest. However, when the final standings were released, my submission appeared as 'skipped'. Why did this happen? Also, when I tried resubmitting the same solution afterward, it started giving a TLE (Time Limit Exceeded) on test case 7. Why is it showing TLE now, even though it was accepted during the contest?

  • Vote: I like it
  • +2
  • Vote: I do not like it

»
10 months ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

there are some test-cases which are tested after the round ends during the system testing period even if pre-tests pass there are chances of your code being skipped if its not in within the constraint.