Back to Submissions List

Problem

Total Time (ms)

Max Memory (RSS, KiB)

Verdict

Score

11698
182944
Accepted
25

Subtask Results

Subtask no. Testdata Range Constraints Score
1 0~3 範例測資 0 / 0
2 4~12 $|s| \leq 15, q \leq 100$ 2 / 2
3 13~19 $s[0] = \texttt{1}$、$s[i] = \texttt{0}$($1 \le i \le |s|-1$)、$q = 0$ 1 / 1
4 0~12, 20~23 $|s| \le 3000$、$q \le 3000$ 7 / 7
5 13~19, 24~31 所有修改操作都是將 $\texttt{1}$ 變成 $\texttt{0}$ 4 / 4
6 0~35 無額外限制 11 / 11

Testdata Results

Testdata no. Subtasks Time (ms) Memory (VSS, KiB) Memory (RSS, KiB) Verdict Score
0 1 4 6 0002.3 256216 3432 Accepted 100
1 1 4 6 0002.2 256216 3300 Accepted 100
2 1 4 6 0001.6 256216 3632 Accepted 100
3 1 4 6 0001.4 256216 3544 Accepted 100
4 2 4 6 0001.9 256216 3508 Accepted 100
5 2 4 6 0001.1 256216 3292 Accepted 100
6 2 4 6 0001.4 256216 3464 Accepted 100
7 2 4 6 0001.2 256216 3424 Accepted 100
8 2 4 6 0001.4 256216 3432 Accepted 100
9 2 4 6 0001.1 256216 3428 Accepted 100
10 2 4 6 0001.5 256216 3520 Accepted 100
11 2 4 6 0001.3 256216 3532 Accepted 100
12 2 4 6 0001.1 256216 3624 Accepted 100
13 3 5 6 0114.8 259320 135720 Accepted 100
14 3 5 6 0106.9 259320 135668 Accepted 100
15 3 5 6 0109.2 259320 136208 Accepted 100
16 3 5 6 0001.0 256216 3356 Accepted 100
17 3 5 6 0001.5 256216 3436 Accepted 100
18 3 5 6 0001.6 256216 3440 Accepted 100
19 3 5 6 0110.9 259320 136388 Accepted 100
20 4 6 0005.4 256216 3728 Accepted 100
21 4 6 0005.9 256216 3812 Accepted 100
22 4 6 0004.3 256216 3856 Accepted 100
23 4 6 0004.6 256216 3852 Accepted 100
24 5 6 1366.7 298688 176152 Accepted 100
25 5 6 1342.6 303176 180680 Accepted 100
26 5 6 1398.1 304628 182704 Accepted 100
27 5 6 0001.3 256216 3544 Accepted 100
28 5 6 0001.3 256216 3456 Accepted 100
29 5 6 0001.2 256216 3404 Accepted 100
30 5 6 1526.7 305156 182944 Accepted 100
31 5 6 0001.7 256216 3528 Accepted 100
32 6 1300.3 304760 182612 Accepted 100
33 6 1309.5 298688 176280 Accepted 100
34 6 1447.0 304760 182544 Accepted 100
35 6 1516.1 305156 182516 Accepted 100
Submitter:
Compiler:
c++20
Code Length:
3.15 KB
Back to Top