Back to Submissions List

Problem

Total Time (ms)

Max Memory (RSS, KiB)

Verdict

Score

9480
133856
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 0001.6 162468 3516 Accepted 100
1 1 4 6 0001.2 162468 3416 Accepted 100
2 1 4 6 0001.5 162468 3472 Accepted 100
3 1 4 6 0001.4 162468 3444 Accepted 100
4 2 4 6 0001.3 162468 3500 Accepted 100
5 2 4 6 0001.5 162468 3508 Accepted 100
6 2 4 6 0001.3 162468 3484 Accepted 100
7 2 4 6 0001.3 162468 3504 Accepted 100
8 2 4 6 0001.0 162468 3512 Accepted 100
9 2 4 6 0001.3 162468 3412 Accepted 100
10 2 4 6 0001.2 162468 3488 Accepted 100
11 2 4 6 0001.1 162468 3480 Accepted 100
12 2 4 6 0001.0 162468 3492 Accepted 100
13 3 5 6 0005.6 166472 6936 Accepted 100
14 3 5 6 0005.3 166348 6772 Accepted 100
15 3 5 6 0006.5 166424 7152 Accepted 100
16 3 5 6 0001.3 162468 3500 Accepted 100
17 3 5 6 0001.2 162468 3468 Accepted 100
18 3 5 6 0001.6 162468 3476 Accepted 100
19 3 5 6 0007.0 166504 7088 Accepted 100
20 4 6 0004.1 162468 3720 Accepted 100
21 4 6 0004.0 162468 3668 Accepted 100
22 4 6 0003.4 162468 3716 Accepted 100
23 4 6 0005.2 162468 3760 Accepted 100
24 5 6 1090.6 204580 127268 Accepted 100
25 5 6 1095.0 209256 132024 Accepted 100
26 5 6 1138.0 210764 133424 Accepted 100
27 5 6 0001.3 162468 3468 Accepted 100
28 5 6 0001.0 162468 3508 Accepted 100
29 5 6 0001.0 162468 3484 Accepted 100
30 5 6 1216.4 211316 133668 Accepted 100
31 5 6 0001.9 162468 3464 Accepted 100
32 6 1176.4 210904 133568 Accepted 100
33 6 1152.9 204580 127272 Accepted 100
34 6 1242.3 210904 133640 Accepted 100
35 6 1301.2 211316 133856 Accepted 100
Submitter:
Compiler:
c++20
Code Length:
2.45 KB
Back to Top