running(0)...running(5)

Post here if you don't find any other place for your post. But please, stay on-topic: algorithms, programming or something related to this web site and its services.

Moderator: Board moderators

Post Reply
abishek
Experienced poster
Posts: 131
Joined: Mon Dec 15, 2003 5:41 am

running(0)...running(5)

Post by abishek »

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
dpitts
New poster
Posts: 31
Joined: Tue Jun 17, 2003 10:10 pm

Post by dpitts »

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.
Post Reply

Return to “Other words”