目录:
dockerjudge.main
dockerjudge.processor
dockerjudge.status
测评状态的收集
测评状态的枚举
名
值
AC
Accepted(通过)
WA
Wrong Answer(答案错误)
ONF
Output Not Found(未找到输出)
RE
Runtime Error(运行时错误)
TLE
Time Limit Exceeded(超出时间限制)
UE
Unknown Error(未知错误)
CE
Compilation Error(编译错误)