Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Latest commit

 

History

History
35 lines (27 loc) · 1.17 KB

main.rst

File metadata and controls

35 lines (27 loc) · 1.17 KB

dockerjudge.main - Main

dockerjudge.main

Judge

dockerjudge.main.judge

Callback

Compile

Parameter Type Description
0 int Return value of the compiler
1 byte or tuple Output of compiler, value type depends on demux

Judge

Parameter Type Description
0 int Test case id, starting from 0
1 ~dockerjudge.status.Status Status
2 tuple Output (stdout, stderr)
3 float Time used