Back to Submissions List

Problem

Total Time (ms)

Max Memory (RSS, KiB)

Verdict

Score

566
4640
Wrong Answer
0

Subtask Results

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

Testdata Results

Testdata no. Subtasks Time (ms) Memory (VSS, KiB) Memory (RSS, KiB) Verdict Score
0 1 2 3 0003.6 6980 3812 Accepted 100
1 1 2 3 0003.5 6980 3844 Accepted 100
2 1 2 3 0003.1 6980 3740 Accepted 100
3 1 2 3 0003.1 6980 3904 Accepted 100
4 1 2 3 0003.2 6980 3904 Accepted 100
5 1 2 3 0002.8 6980 3724 Accepted 100
6 1 2 3 0003.4 6980 3944 Accepted 100
7 1 2 3 0002.5 6980 3796 Accepted 100
8 1 2 3 0003.3 6980 3896 Accepted 100
9 1 2 3 0002.7 6980 3796 Accepted 100
10 1 2 3 0002.5 6980 3948 Wrong Answer 0
11 1 2 3 0002.4 6980 3788 Wrong Answer 0
12 1 2 3 0002.5 6980 3928 Accepted 100
13 1 2 3 0003.3 6980 3740 Accepted 100
14 1 2 3 0003.5 6980 3736 Accepted 100
15 1 2 3 0002.5 6980 3648 Accepted 100
16 1 2 3 0003.5 6980 3908 Accepted 100
17 1 2 3 0003.1 6980 3648 Accepted 100
18 1 2 3 0002.8 6980 3884 Accepted 100
19 1 2 3 0003.5 6980 3816 Accepted 100
20 2 3 0018.4 6980 4188 Accepted 100
21 2 3 0013.7 6980 4160 Accepted 100
22 2 3 0015.9 6980 3912 Accepted 100
23 2 3 0015.8 6980 4060 Accepted 100
24 2 3 0011.8 6980 4136 Accepted 100
25 2 3 0013.9 6980 4184 Accepted 100
26 2 3 0011.7 6980 3964 Accepted 100
27 2 3 0017.3 6980 3948 Accepted 100
28 2 3 0015.1 6980 4156 Accepted 100
29 2 3 0018.1 6980 4100 Accepted 100
30 3 0032.1 6980 4372 Accepted 100
31 3 0033.5 6980 4444 Accepted 100
32 3 0032.2 6980 4488 Accepted 100
33 3 0038.5 6980 4400 Accepted 100
34 3 0031.5 6980 4400 Accepted 100
35 3 0042.5 6980 4640 Accepted 100
36 3 0028.9 6980 4200 Accepted 100
37 3 0032.6 6980 4452 Accepted 100
38 3 0039.7 6980 4628 Accepted 100
39 3 0041.5 6980 4440 Accepted 100
Submitter:
Compiler:
c++17
Code Length:
1.95 KB
Back to Top