woj-server/resource/runner/problem/book/ch2/2. carry/config.json

26 lines
801 B
JSON

{
"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": 10},
{"Id": 2, "Points": 10},
{"Id": 3, "Points": 10},
{"Id": 4, "Points": 10},
{"Id": 5, "Points": 10},
{"Id": 6, "Points": 10},
{"Id": 7, "Points": 10},
{"Id": 8, "Points": 10},
{"Id": 9, "Points": 10},
{"Id": 10, "Points": 10}
]
}