generated from TNFSH-Programming-Contest/tps-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubtasks.json
55 lines (55 loc) · 1.24 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
50
51
52
53
54
55
{
"global_validators": [
"task5_val.cpp"
],
"subtasks": {
"samples": {
"index": 0,
"score": 0,
"text": "範例輸入輸出",
"validators": [
"task5_val.cpp"
]
},
"task1": {
"index": 1,
"score": 5,
"text": "只有事件1及事件2",
"validators": [
"task1_val.cpp"
]
},
"task2": {
"index": 2,
"score": 12,
"text": "$1 \\leq n,~q \\leq 1000$",
"validators": [
"task2_val.cpp"
]
},
"task3": {
"index": 3,
"score": 26,
"text": "只有事件1、2、4",
"validators": [
"task3_val.cpp"
]
},
"task4": {
"index": 4,
"score": 38,
"text": "對於事件3,$k = 1$",
"validators": [
"task4_val.cpp"
]
},
"task5": {
"index": 5,
"score": 19,
"text": "無額外限制",
"validators": [
"task5_val.cpp"
]
}
}
}