mirror of
https://github.com/QingdaoU/Judger.git
synced 2024-12-28 16:01:41 +00:00
Update demo.py
This commit is contained in:
parent
b417a62efc
commit
b271e1cb43
@ -14,8 +14,8 @@ ret = _judger.run(max_cpu_time=1000,
|
|||||||
# five args above can be _judger.UNLIMITED
|
# five args above can be _judger.UNLIMITED
|
||||||
exe_path="main",
|
exe_path="main",
|
||||||
input_path="1.in",
|
input_path="1.in",
|
||||||
output_path="/dev/stdout",
|
output_path="1.out",
|
||||||
error_path="/dev/stderr",
|
error_path="1.out",
|
||||||
args=[],
|
args=[],
|
||||||
# can be empty list
|
# can be empty list
|
||||||
env=[],
|
env=[],
|
||||||
|
Loading…
Reference in New Issue
Block a user