ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Common Board

judge
Posted by ikatanic 3 Apr 2010 13:27
hi, on the status page, what does Execution time shows exactly when I get WA?
just that test case or that case and all cases before
Re: judge
Posted by dAFTc0d3r [Yaroslavl SU] 3 Apr 2010 14:55
"that case and all cases before"

It seems that it shows the MAX( t[i] )
Where t[i] is a time that program worked on test i,
and 1 <= i <= WA_test - test, that you didn't pass.