Back to Submissions List

Problem

Total Time (ms)

Max Memory (RSS, KiB)

Verdict

Score

361
5832
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 0003.0 6212 3688 Accepted 100
1 1 2 3 0003.0 6212 3888 Accepted 100
2 1 2 3 0003.0 6212 3968 Accepted 100
3 1 2 3 0002.8 6212 3876 Accepted 100
4 1 2 3 0002.9 6212 3980 Accepted 100
5 1 2 3 0002.7 6212 3972 Accepted 100
6 1 2 3 0002.9 6212 3716 Accepted 100
7 1 2 3 0002.6 6212 3896 Accepted 100
8 1 2 3 0002.8 6212 3692 Accepted 100
9 1 2 3 0002.6 6212 3868 Accepted 100
10 1 2 3 0002.5 6212 3716 Accepted 100
11 1 2 3 0002.5 6212 3948 Accepted 100
12 1 2 3 0002.5 6212 3852 Accepted 100
13 1 2 3 0003.0 6212 4016 Accepted 100
14 1 2 3 0003.1 6212 4064 Accepted 100
15 1 2 3 0002.5 6212 3968 Accepted 100
16 1 2 3 0003.1 6212 3932 Accepted 100
17 1 2 3 0002.9 6212 4000 Accepted 100
18 1 2 3 0002.7 6212 3740 Accepted 100
19 1 2 3 0003.1 6212 4072 Accepted 100
20 2 3 0010.9 6864 4272 Accepted 100
21 2 3 0008.3 6592 3884 Accepted 100
22 2 3 0009.6 6768 4148 Accepted 100
23 2 3 0009.5 6756 3996 Accepted 100
24 2 3 0007.2 6536 4036 Accepted 100
25 2 3 0008.6 6604 3888 Accepted 100
26 2 3 0007.3 6624 3984 Accepted 100
27 2 3 0010.2 6816 4196 Accepted 100
28 2 3 0009.4 6740 4104 Accepted 100
29 2 3 0011.0 6848 4220 Accepted 100
30 3 0017.5 7784 5196 Accepted 100
31 3 0020.5 8696 5388 Accepted 100
32 3 0020.2 8680 5216 Accepted 100
33 3 0023.8 8908 5708 Accepted 100
34 3 0019.1 8604 5268 Accepted 100
35 3 0025.4 9048 5832 Accepted 100
36 3 0017.0 7748 5092 Accepted 100
37 3 0020.2 8680 5216 Accepted 100
38 3 0023.9 8924 5756 Accepted 100
39 3 0025.4 8988 5812 Accepted 100
Submitter:
Compiler:
c++20
Code Length:
4.51 KB
Back to Top