
Cannot get 0.000 anymore?
Moderator: Board moderators
Cannot get 0.000 anymore?
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... 

-
- Guru
- Posts: 1080
- Joined: Thu Dec 19, 2002 7:37 pm
-
- System administrator
- Posts: 1286
- Joined: Sat Oct 13, 2001 2:00 am
- Location: Valladolid, Spain
- Contact:
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.
It was a bit like when the precision changed from 0.01 to 0.002.
DON'T PM ME --> For any doubt, suggestion or error reporting, please use the "Contact us" form in the web.
Do we get 0.000 anymore?
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


Code: Select all
int main()
{
return 0;
}
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