mirror of
https://github.com/QingdaoU/Judger.git
synced 2024-12-28 07:51:42 +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
|
||||
exe_path="main",
|
||||
input_path="1.in",
|
||||
output_path="/dev/stdout",
|
||||
error_path="/dev/stderr",
|
||||
output_path="1.out",
|
||||
error_path="1.out",
|
||||
args=[],
|
||||
# can be empty list
|
||||
env=[],
|
||||
|
Loading…
Reference in New Issue
Block a user