Update demo.py

This commit is contained in:
李扬 2017-12-26 22:20:13 +08:00 committed by GitHub
parent b417a62efc
commit b271e1cb43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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=[],