사물인식 최소 면적 산출 프로그램
Time Limit: 1 SecMemory Limit: 1024 MiB
Example Input 1
5 2
-4 -2 1
-5 -3 1
5 -4 2
4 -5 2
3 -8 2
Example Output 1
10
Example Input 2
5 3
3 7 1
5 8 1
6 5 2
7 1 3
9 3 3
Example Output 2
14
Example Input 3
7 3
-4 0 1
-5 -1 1
0 43 2
3 23 3
8 -19 2
10 0 3
20 0 2
Example Output 3
0
Example Input 4
3 3
1 1 1
1 1 2
1 1 3
Example Output 4
0
Language-Specific Restrictions
© 2023-2025. All rights reserved.
Powered by @Rn
logo