Back to Submissions List

Problem

Total Time (ms)

Max Memory (RSS, KiB)

Verdict

Score

543
9188
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.5 10892 4044 Accepted 100
1 1 2 3 0003.2 10892 4016 Accepted 100
2 1 2 3 0003.1 10892 3764 Accepted 100
3 1 2 3 0003.1 10892 4068 Accepted 100
4 1 2 3 0003.0 10892 3908 Accepted 100
5 1 2 3 0002.8 10892 3768 Accepted 100
6 1 2 3 0003.6 11036 4032 Accepted 100
7 1 2 3 0002.6 10892 4036 Accepted 100
8 1 2 3 0003.2 10892 3972 Accepted 100
9 1 2 3 0002.8 10892 4004 Accepted 100
10 1 2 3 0002.4 10892 3712 Accepted 100
11 1 2 3 0002.4 10892 3652 Accepted 100
12 1 2 3 0002.5 10892 3736 Accepted 100
13 1 2 3 0003.3 11036 4164 Accepted 100
14 1 2 3 0003.4 11036 4124 Accepted 100
15 1 2 3 0002.6 10892 4012 Accepted 100
16 1 2 3 0003.5 11036 4096 Accepted 100
17 1 2 3 0003.1 10892 3776 Accepted 100
18 1 2 3 0002.9 10892 4028 Accepted 100
19 1 2 3 0003.5 11036 3992 Accepted 100
20 2 3 0015.9 10892 5240 Accepted 100
21 2 3 0011.8 10892 4768 Accepted 100
22 2 3 0013.9 10892 5092 Accepted 100
23 2 3 0013.6 10892 5032 Accepted 100
24 2 3 0010.2 10892 4456 Accepted 100
25 2 3 0012.3 10892 4880 Accepted 100
26 2 3 0010.1 10892 4676 Accepted 100
27 2 3 0015.4 10892 5048 Accepted 100
28 2 3 0013.3 10892 5056 Accepted 100
29 2 3 0016.1 10892 5104 Accepted 100
30 3 0028.5 12720 6852 Accepted 100
31 3 0033.9 14512 8512 Accepted 100
32 3 0033.2 14512 8420 Accepted 100
33 3 0038.9 14512 8888 Accepted 100
34 3 0031.8 14512 8032 Accepted 100
35 3 0042.1 14512 9188 Accepted 100
36 3 0027.3 12720 6660 Accepted 100
37 3 0033.4 14512 8436 Accepted 100
38 3 0039.3 14512 8936 Accepted 100
39 3 0041.4 14512 9168 Accepted 100
Submitter:
pcc
Compiler:
c++17
Code Length:
3.03 KB
Back to Top