Closed
Description
Currently they are specified as
- accepted: Accepted as a correct solution for all test files
- wrong_answer: Wrong answer for some test file, but is not too slow and does not crash for any test file
- time_limit_exceeded: Too slow for some test file. May also give wrong answer but not crash for any test file
- run_time_error: Crashes for some test file
This is basically what you get if you grade with 'priorities', where AC < WA < TLE < RTE
. In practice though, ICPC uses 'first failure' mode.
This means that these directories do not actually correspond to the expected final vedict.
Does anybody implement priority-based verdicts for testing these submissions?
If not, I'd say we should change them to just mean the final verdict (using whatever grader is in place) must be X