QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#216372#5106. Islands from the SkyGuanYunchangWA 0ms4208kbC++177.6kb2023-10-15 17:47:322023-10-15 17:47:32

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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: 4204kb

input:

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

output:

45.000000000

result:

wrong answer