Skip to content

Commit 008e617

Browse files
Taglniemela
authored andcommitted
Address comments
1 parent 6c064a6 commit 008e617

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spec/2023-07-draft.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -546,12 +546,12 @@ The possible subdirectories are:
546546

547547
| Value | Requirement | Comment
548548
| ------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | -------
549-
| accepted | Accepted as a correct solution for all test files | At least one is required.
549+
| accepted | Accepted as a correct solution for all test cases. | At least one is required.
550550
| <span class="not-icpc"> partially_accepted</span> | <span class="not-icpc"> Overall verdict must be Accepted. Overall score must be less than `max_score`.</span> | <span class="not-icpc"> Must not be used for pass-fail problems.</span>
551-
| wrong_answer | Wrong answer for some test file. May be too slow or crash for other test files. |
552-
| time_limit_exceeded | Too slow relative to the safety margin for some test file. May output wrong answers or crash for other test files. |
553-
| run_time_error | Crashes for some test file. May output wrong answers or be too slow for other test files. | Very rarely useful.
554-
| rejected | Is not accepted for any reason in the final verdict. |
551+
| rejected | Is rejected (i.e. not accepted) for any reason in the final verdict. |
552+
| wrong_answer | Wrong answer for some test case. May be too slow or crash for other test cases. |
553+
| time_limit_exceeded | Too slow relative to the safety margin for some test case. May output wrong answers or crash for other test cases. |
554+
| run_time_error | Crashes for some test case. May output wrong answers or be too slow for other test cases. | Very rarely useful.
555555

556556
Every file or directory in these directories represents a separate solution.
557557
Same requirements as for submissions with regards to filenames.

0 commit comments

Comments
 (0)