QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#871518#8614. 3Ducup-team3215#WA 2198ms3968kbC++231.6kb2025-01-25 20:58:052025-01-25 20:58:13

详细

Test #1:

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

input:

4
0.000000 0.758400 0.557479 0.379026
0.758400 0.000000 0.516608 0.446312
0.557479 0.516608 0.000000 0.554364
0.379026 0.446312 0.554364 0.000000

output:

-9 -8.72473 -8.99739 
-8.37368 -9 -8.93904 
-8.42655 -8.48086 -9 
-8.74873 -8.75044 -8.72522 

result:

ok OK. Max delta: 0.071774

Test #2:

score: 0
Accepted
time: 393ms
memory: 3968kb

input:

1
0.000000

output:

-9 -9 -9 

result:

ok OK. Max delta: 0.000000

Test #3:

score: 0
Accepted
time: 573ms
memory: 3968kb

input:

2
0.000000 0.938096
0.938096 0.000000

output:

-9 -8.67308 -8.92721 
-8.21942 -9 -9 

result:

ok OK. Max delta: 0.088696

Test #4:

score: 0
Accepted
time: 991ms
memory: 3968kb

input:

3
0.000000 0.769195 0.308169
0.769195 0.000000 0.686850
0.308169 0.686850 0.000000

output:

-9 -8.57218 -8.82631 
-8.41492 -9 -9 
-8.67307 -8.46394 -8.81834 

result:

ok OK. Max delta: 0.064755

Test #5:

score: -100
Wrong Answer
time: 2198ms
memory: 3968kb

input:

5
0.000000 0.444506 0.292333 0.209539 1.195824
0.444506 0.000000 0.220873 0.748833 0.757486
0.292333 0.220873 0.000000 0.533499 0.797167
0.209539 0.748833 0.533499 0.000000 1.141148
1.195824 0.757486 0.797167 1.141148 0.000000

output:

-8.81602 -9 -8.31527 
-8.6234 -8.89384 -8.73948 
-8.70679 -8.80336 -8.55209 
-8.89345 -8.9016 -8.1174 
-9 -8.18167 -9 

result:

wrong answer Expected distance between 0 and 4 is 1.195824, but found 1.082759