woj-server/resource/runner/problem/book/ch1/3. acc_sum/config.json

21 lines
639 B
JSON
Raw Normal View History

2023-12-31 16:45:17 +08:00
{
"Languages": [
{
"Lang" : "c",
"Judge:" : {"Type": "default", "Script": "", "Cmp": "NCMP"},
"Runtime": {"Run": {"TimeLimit": 1000, "MemoryLimit": 16, "NProcLimit": 1}}
},
{
"Lang" : "cpp",
"Judge:" : {"Type": "default", "Script": "", "Cmp": "NCMP"},
"Runtime": {"Run": {"TimeLimit": 1000, "MemoryLimit": 16, "NProcLimit": 1}}
}
],
"Tasks" : [
{"Id": 1, "Points": 20},
{"Id": 2, "Points": 20},
{"Id": 3, "Points": 20},
{"Id": 4, "Points": 20},
{"Id": 5, "Points": 20}
]
2023-12-31 16:45:17 +08:00
}