0.000 is unreachable

The forum to report every bug you find or tell us what you'd like to find in UVa OJ's new system

Moderator: Board moderators

Locked
user215
New poster
Posts: 2
Joined: Wed Jan 16, 2013 9:21 pm

0.000 is unreachable

Post by user215 »

Code: Select all

int main(){
    return 0;
}
even this code gets WA in 0.008
unfair :cry:
Carlos
System administrator
Posts: 1286
Joined: Sat Oct 13, 2001 2:00 am
Location: Valladolid, Spain
Contact:

Re: 0.000 is unreachable

Post by Carlos »

Taking into account that the accuracy of the system that computes runtimes is much larger than 0.01, a runtime of 0.008 and a runtime of 0.000 are considered the same. If you really want to compare your runtime for a problem with this runtime, please generate larger datasets and send them to us, so that the best solution takes about 0.5s and runtime become comparable.
DON'T PM ME --> For any doubt, suggestion or error reporting, please use the "Contact us" form in the web.
Locked

Return to “Bugs and suggestions”