QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#615221#5649. Spinach PizzaHuangHanShengWA 1ms3620kbC++1713.8kb2024-10-05 17:52:212024-10-05 17:52:23

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

4
0 0
6 1
5 3
1 4
4

output:

Alberto
3

result:

ok they win, their_area 7 <= our_area 23. Used strategy 0

Test #2:

score: 0
Accepted
time: 0ms
memory: 3588kb

input:

6
0 0
2 0
3 2
2 4
0 4
-1 2
6
5

output:

Alberto
2
4

result:

ok they win, their_area 8 <= our_area 16. Used strategy 0

Test #3:

score: 0
Accepted
time: 1ms
memory: 3620kb

input:

7
0 0
2 0
5 2
4 5
1 5
-1 4
-1 2
7
2
6

output:

Beatrice
5
4

result:

ok they win, their_area 19 <= our_area 28. Used strategy 0

Test #4:

score: -100
Wrong Answer
time: 1ms
memory: 3600kb

input:

10
-96 -90
39 -96
64 -95
92 -39
95 76
10 96
-53 75
-80 55
-84 40
-93 -24
9
10
4
1

output:

Beatrice
2
7
6
3

result:

wrong answer they lose, their_area 35537 > our_area 27074. Used strategy 0