QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#784708#7081. Cut the Planeucup-team4645#TL 7ms3560kbC++232.0kb2024-11-26 15:45:592024-11-26 15:46:03

详细

Test #1:

score: 100
Accepted
time: 1ms
memory: 3512kb

input:

2
3
0 0
2 1
4 0
4
0 1
1 0
2 1
1 2

output:

3 1 10 2
0 1 1 0
9 6 2 2
1 1 0 4

result:

ok 2 cases

Test #2:

score: 0
Accepted
time: 7ms
memory: 3560kb

input:

4
2
0 0
3 0
3
0 0
3 0
3 3
4
0 0
3 0
3 3
0 3
4
0 0
3 0
1 1
0 3

output:

1 0 7 8
1 1 8 9
0 2 10 5
2 3 3 8
3 1 1 2
2 1 5 2
0 5 1 0

result:

ok 4 cases

Test #3:

score: -100
Time Limit Exceeded

input:

18093
1
-883 286
1
922 -705
3
614 -576
611 -576
607 -572
10
748 868
751 873
752 869
747 864
743 865
746 864
745 868
746 874
750 869
742 866
5
494 618
491 613
497 617
492 619
498 611
10
-639 -359
-634 -358
-642 -355
-638 -361
-638 -357
-634 -357
-641 -360
-639 -353
-633 -362
-642 -359
9
-327 -157
-32...

output:


result: