QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#216385#5106. Islands from the SkyZhangYiDeWA 0ms4092kbC++147.6kb2023-10-15 17:50:452023-10-15 17:50:46

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 4092kb

input:

1 1
3
-5 0
5 0
0 5
-10 10 10 10 10 10

output:

45.000000000

result:

ok 

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 4076kb

input:

1 1
3
-5 0
5 0
0 5
-10 0 10 10 0 10

output:

45.000000000

result:

wrong answer