1 / 3
Nov 2012

I am trying to submit for a problem, and I got Time Limit Exceeded. I was wondering, does that mean I got the right answer, and the limit was exceeded, or does it mean that time limit exceeded before it found out whether I was right or wrong?

  • created

    Nov '12
  • last reply

    Nov '12
  • 2

    replies

  • 530

    views

  • 2

    users

If you got TLE you don't know if your answer is correct.

If you get WA it used to mean that your code had failed a test case and halted, further test files were not checked, therefore a correction could then lead to TLE. Not certain if this is still the case.