Back to Submissions List

Problem

Total Time (ms)

Max Memory (RSS, KiB)

Verdict

Score

690
6104
Accepted
100

Subtask Results

Subtask no. Testdata Range Constraints Score
1 0~19 $6 \leq n \leq 3000$ 25 / 25
2 0~29 $20000 \leq n \leq 50000$,且以 x 坐標大小區分出的 A 與 B 兩群點,各自凸包 (convex hull) 上的頂點數不超過 $3000$ 40 / 40
3 0~39 $60000 \leq n \leq 100000$ 35 / 35

Testdata Results

Testdata no. Subtasks Time (ms) Memory (VSS, KiB) Memory (RSS, KiB) Verdict Score
0 1 2 3 0005.2 7608 5384 Accepted 100
1 1 2 3 0005.2 7608 5492 Accepted 100
2 1 2 3 0004.8 7608 5512 Accepted 100
3 1 2 3 0004.9 7608 5468 Accepted 100
4 1 2 3 0004.9 7608 5516 Accepted 100
5 1 2 3 0004.5 7608 5460 Accepted 100
6 1 2 3 0005.2 7608 5412 Accepted 100
7 1 2 3 0004.2 7608 5556 Accepted 100
8 1 2 3 0005.0 7608 5532 Accepted 100
9 1 2 3 0004.4 7608 5408 Accepted 100
10 1 2 3 0004.2 7608 5348 Accepted 100
11 1 2 3 0004.2 7608 5396 Accepted 100
12 1 2 3 0004.2 7608 5460 Accepted 100
13 1 2 3 0005.1 7608 5552 Accepted 100
14 1 2 3 0005.3 7608 5556 Accepted 100
15 1 2 3 0004.4 7608 5452 Accepted 100
16 1 2 3 0005.3 7608 5392 Accepted 100
17 1 2 3 0005.1 7608 5576 Accepted 100
18 1 2 3 0004.7 7608 5360 Accepted 100
19 1 2 3 0005.4 7608 5376 Accepted 100
20 2 3 0021.9 7608 5352 Accepted 100
21 2 3 0016.7 7608 5368 Accepted 100
22 2 3 0019.3 7608 5352 Accepted 100
23 2 3 0019.1 7608 5452 Accepted 100
24 2 3 0014.6 7608 5552 Accepted 100
25 2 3 0016.9 7608 5456 Accepted 100
26 2 3 0014.1 7608 5352 Accepted 100
27 2 3 0020.6 7608 5552 Accepted 100
28 2 3 0018.4 7608 5480 Accepted 100
29 2 3 0021.8 7608 5384 Accepted 100
30 3 0034.0 8456 5612 Accepted 100
31 3 0038.6 9224 5988 Accepted 100
32 3 0038.9 9224 5908 Accepted 100
33 3 0045.6 9224 5956 Accepted 100
34 3 0036.9 9224 5984 Accepted 100
35 3 0048.8 9224 6104 Accepted 100
36 3 0033.3 8456 5612 Accepted 100
37 3 0038.5 9224 6000 Accepted 100
38 3 0046.6 9224 5908 Accepted 100
39 3 0048.6 9224 5952 Accepted 100
Submitter:
Compiler:
c++17
Code Length:
4.1 KB
Back to Top