Page 1 of 1
Cannot get 0.000 anymore?
Posted: Sat Jan 06, 2007 10:54 am
by rickyliu
After the new statistics is effective, I cannot get 0.000 time even I sent just the answer to the judge. The best I can get is 0.002. Just wondering what's happening...

Posted: Sat Jan 06, 2007 11:29 am
by little joey
I just got 0.000 a couple of times.
Anyways: the reported time is only an approximation and 0.002 is as good as 0.000.
Posted: Sat Jan 06, 2007 1:23 pm
by Carlos
It only depends on the judge's software. Well...it only depends on linux version. Maybe we have updated the version and the script to get the execution time changed.....
It was a bit like when the precision changed from 0.01 to 0.002.
Do we get 0.000 anymore?
Posted: Fri Mar 04, 2011 6:00 pm
by avdtech
The following code submitted for 11687 gets WA in 0.004 secs. As you can see, the code does nothing. Just ends

. Still 0.004 secs !!!
Does anyone gets 0.00 anymore.
Also, I have noticed, the same code gets different runtimes when run at different times. Like the same code to my AC solution to 11687 gets AC'ed in 0.020 and 0.016 secs.
Regards