I sometimes notice that when my programs, usually the ones which were going to become TLE, will show messages like Running(0) or Running(5).
What do these signify, does the judge run my program 5 times?, or have i exceeded time on the 5th testcase?
what all information can be obtained from this?
abi
running(0)...running(5)
Moderator: Board moderators
I could be wrong, but I think that is 5 10ths of the time limit.
or, maybe 5 30ths? Something like that, anyway, if you notice, the "running(x)" message only has certain values for x, and if you constantly refresh, Running(x) becomes "TLE" when x gets to the limiting number (either 10 or 30, I forget).
Again, like I said, I could be wrong, but that's my observations. Has nothing to do with how many times its been run, or what test case its on.
or, maybe 5 30ths? Something like that, anyway, if you notice, the "running(x)" message only has certain values for x, and if you constantly refresh, Running(x) becomes "TLE" when x gets to the limiting number (either 10 or 30, I forget).
Again, like I said, I could be wrong, but that's my observations. Has nothing to do with how many times its been run, or what test case its on.