dockerjudge.status - Statuses

The collection of judge statuses

class dockerjudge.status.Status(value)

Enumeration of judge statuses

Name

Value

AC

Accepted

WA

Wrong Answer

ONF

Output Not Found

RE

Runtime Error

TLE

Time Limit Exceeded

UE

Unknown Error

CE

Compilation Error