generated from TNFSH-Programming-Contest/tps-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubtasks.json
43 lines (43 loc) · 978 Bytes
/
subtasks.json
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
32
33
34
35
36
37
38
39
40
41
42
43
{
"global_validators": [
"validator.cpp"
],
"subtasks": {
"samples": {
"index": 0,
"score": 0,
"text": "範例輸入輸出",
"validators": []
},
"en": {
"index": 1,
"score": 13,
"text": "$1 \\le n,~m,~k \\le 5$",
"validators": []
},
"nmk": {
"index": 2,
"score": 28,
"text": "$1 \\le n,~m,~k \\le 100$",
"validators": []
},
"fib": {
"index": 3,
"score": 17,
"text": "$n,~m = 1$",
"validators": []
},
"mmm": {
"index": 4,
"score": 29,
"text": "$1 \\le m \\le 100$",
"validators": []
},
"full": {
"index": 5,
"score": 13,
"text": "無額外限制",
"validators": []
}
}
}