Cannot get 0.000 anymore?

General topic about Valladolid Online Judge

Moderator: Board moderators

Post Reply
rickyliu
New poster
Posts: 30
Joined: Thu Sep 28, 2006 7:16 am

Cannot get 0.000 anymore?

Post 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... :roll:
little joey
Guru
Posts: 1080
Joined: Thu Dec 19, 2002 7:37 pm

Post 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.
Carlos
System administrator
Posts: 1286
Joined: Sat Oct 13, 2001 2:00 am
Location: Valladolid, Spain
Contact:

Post 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.
DON'T PM ME --> For any doubt, suggestion or error reporting, please use the "Contact us" form in the web.
avdtech
New poster
Posts: 3
Joined: Wed Jan 05, 2011 11:15 pm

Do we get 0.000 anymore?

Post by avdtech »

The following code submitted for 11687 gets WA in 0.004 secs. As you can see, the code does nothing. Just ends :D . Still 0.004 secs !!! :-?

Code: Select all

int main()
{
	return 0;
}
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
Post Reply

Return to “General”