generated from TNFSH-Programming-Contest/tps-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubtasks.json
49 lines (48 loc) · 1.13 KB
/
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
44
45
46
47
48
49
{
"global_validators": [
],
"subtasks": {
"samples": {
"index": 0,
"score": 0,
"text": "範例輸入輸出",
"validators": []
},
"1": {
"index": 1,
"score": 7,
"text": "$1 \\le n$, $q \\le 500$",
"validators": []
},
"2": {
"index": 2,
"score": 19,
"text": "只有第 $1$ 種事件",
"validators": []
},
"3": {
"index": 3,
"score": 13,
"text": "只有第 $1$ 和第 $3$ 種事件",
"validators": []
},
"4": {
"index": 4,
"score": 29,
"text": "只有第 $1$ 和第 $2$ 種事件",
"validators": []
},
"5": {
"index": 5,
"score": 21,
"text": "$1 \\le n$, $q \\le 5 \\times 10^{5}$",
"validators": []
},
"6": {
"index": 6,
"score": 11,
"text": "無額外限制",
"validators": []
}
}
}