Skip to content

Commit

Permalink
Update subtasks.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Same0620 authored Sep 26, 2024
1 parent 28f4a98 commit e94c02b
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions pC/subtasks.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"global_validators": [
"validator.cpp"

],
"subtasks": {
"samples": {
Expand All @@ -9,9 +9,21 @@
"text": "範例輸入輸出",
"validators": []
},
"full": {
"1": {
"index": 1,
"score": 100,
"score": 17,
"text": "$1 \\le n \\le 500$",
"validators": []
},
"2": {
"index": 2,
"score": 19,
"text": "對於所有 $1\\le i \\le m$ 都有 $n/2 < c_i \le n$",
"validators": []
},
"3": {
"index": 3,
"score": 64,
"text": "無額外限制",
"validators": []
}
Expand Down

0 comments on commit e94c02b

Please sign in to comment.