woj-server/resource/runner/problem/book/ch3/7. railway/config.json

19 lines
424 B
JSON

{
"Runtime": {
"TimeLimit": 1000,
"MemoryLimit": 16,
"NProcLimit": 1
},
"Languages": [
{ "Lang": "c", "Type": "default", "Script": "", "Cmp": "NCMP" },
{ "Lang": "cpp", "Type": "default", "Script": "", "Cmp": "NCMP" }
],
"Tasks": [
{ "Id": 1, "Points": 20 },
{ "Id": 2, "Points": 20 },
{ "Id": 3, "Points": 20 },
{ "Id": 4, "Points": 20 },
{ "Id": 5, "Points": 20 }
]
}