Skip to content

Meaning of submissions/<verdict> directories #87

Closed
@RagnarGrootKoerkamp

Description

@RagnarGrootKoerkamp

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions