修复contest announcement的一些问题

This commit is contained in:
zema1
2017-11-06 19:05:21 +08:00
parent cec27407e1
commit 37d6dd84ee
12 changed files with 76 additions and 18 deletions

View File

@@ -59,7 +59,7 @@ _cpp_lang_config = {
"exe_name": "main",
"max_cpu_time": 3000,
"max_real_time": 5000,
"max_memory": 256 * 1024 * 1024,
"max_memory": 512 * 1024 * 1024,
"compile_command": "/usr/bin/g++ -DONLINE_JUDGE -O2 -w -fmax-errors=3 -std=c++11 {src_path} -lm -o {exe_path}",
},
"run": {