-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsubtasks.json
More file actions
31 lines (31 loc) · 674 Bytes
/
subtasks.json
File metadata and controls
31 lines (31 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"global_validators": [
"validator.cpp"
],
"subtasks": {
"samples": {
"index": 0,
"score": 0,
"text": "範例輸入輸出",
"validators": []
},
"n10": {
"index": 1,
"score": 20,
"text": "$A, B \\leq 10$",
"validators": []
},
"n100": {
"index": 2,
"score": 30,
"text": "$A, B \\leq 100$",
"validators": []
},
"full": {
"index": 3,
"score": 50,
"text": "無額外限制",
"validators": []
}
}
}