QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#439175#8082. Minimum Euclidean Distanceucup-team1005WA 1ms3840kbC++144.6kb2024-06-11 17:32:382024-06-11 17:32:38

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

0.250000
0.750000
1.875000

result:

ok Your answer is acceptable!^ ^

Test #2:

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

input:

48 10
-30 0
-29 -4
-28 -7
-27 -9
-25 -12
-22 -16
-21 -17
-17 -20
-14 -22
-12 -23
-9 -24
-5 -25
-4 -25
0 -24
3 -23
5 -22
8 -20
12 -17
13 -16
16 -12
18 -9
19 -7
20 -4
21 0
21 1
20 5
19 8
18 10
16 13
13 17
12 18
8 21
5 23
3 24
0 25
-4 26
-5 26
-9 25
-12 24
-14 23
-17 21
-21 18
-22 17
-25 13
-27 10
-28 ...

output:

589.500000
51.470588
1173.029412
104.650000
174.125000
562.675000
272.394231
287.385000
698.625000
436.382353

result:

wrong answer Except 1051.250000000000, but found 1173.029412000000!QAQ