You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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.
550
550
| <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.
555
555
556
556
Every file or directory in these directories represents a separate solution.
557
557
Same requirements as for submissions with regards to filenames.
0 commit comments