Skip to content

Commit

Permalink
Update runner.h
Browse files Browse the repository at this point in the history
because judger does not check output of the exam program,  the error types related to spj should be deleted to make clean
  • Loading branch information
drabbit75 committed Aug 14, 2020
1 parent 0b5299f commit 184390d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/runner.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ enum {
DUP2_FAILED = -8,
SETUID_FAILED = -9,
EXECVE_FAILED = -10,
SPJ_ERROR = -11
};


Expand All @@ -61,7 +60,6 @@ struct config {


enum {
WRONG_ANSWER = -1,
CPU_TIME_LIMIT_EXCEEDED = 1,
REAL_TIME_LIMIT_EXCEEDED = 2,
MEMORY_LIMIT_EXCEEDED = 3,
Expand Down

0 comments on commit 184390d

Please sign in to comment.