woj-server/resource/runner/problem/book/ch1/1. factorial/config.json

43 lines
557 B
JSON
Raw Normal View History

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