Skip to content

Commit 7f68b3c

Browse files
authored
Add rejected submission subdirectory
As discussed in Kattis#17. I added some normative guidance on the folder for users (since I think this spec is not use primarily by implementers, but by problem creators).
1 parent d9deb36 commit 7f68b3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/problem_package_format.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,10 @@ subdirectories of `submissions/`. The possible subdirectories are:
384384
| wrong\_answer | Wrong answer for some test file, but is not too slow and does not crash for any test file | |
385385
| time\_limit\_exceeded | Too slow for some test file. May also give wrong answer but not crash for any test file. | |
386386
| run\_time\_error | Crashes for some test file | |
387+
| rejected | Receives a rejected verdict (wrong answer, time limit exceeded or run-time error) on some test file. | |
388+
389+
The `rejected` subdirectory is primarily intended for submissions that may be rejected for multiple reasons.
390+
Prefer using one of the other subdirectories for solutions with a single, clear reason for rejection.
387391

388392

389393
<div class="kattis">

0 commit comments

Comments
 (0)