QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#216383#5106. Islands from the SkyHuangHanShengWA 0ms4096kbC++117.6kb2023-10-15 17:50:022023-10-15 17:50:02

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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

input:

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

output:

45.000000000

result:

wrong answer