dockerjudge.status —— 状态

测评状态的收集

class dockerjudge.status.Status(value)[源代码]

测评状态的枚举

AC

Accepted(通过)

WA

Wrong Answer(答案错误)

ONF

Output Not Found(未找到输出)

RE

Runtime Error(运行时错误)

TLE

Time Limit Exceeded(超出时间限制)

UE

Unknown Error(未知错误)

CE

Compilation Error(编译错误)