QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#871509#8614. 3Ducup-team3215#WA 23ms3968kbC++231.6kb2025-01-25 20:55:582025-01-25 20:56:01

詳細信息

Test #1:

score: 100
Accepted
time: 15ms
memory: 3968kb

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.61696 -9 
-8.42265 -9 -8.98982 
-8.40578 -8.44299 -8.99469 
-8.76646 -8.72167 -8.76763 

result:

ok OK. Max delta: 0.065467

Test #2:

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

input:

1
0.000000

output:

-9 -9 -9 

result:

ok OK. Max delta: 0.000000

Test #3:

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

input:

2
0.000000 0.938096
0.938096 0.000000

output:

-9 -8.66724 -8.9227 
-8.21254 -9 -9 

result:

ok OK. Max delta: 0.079727

Test #4:

score: 0
Accepted
time: 10ms
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.54186 -8.82126 
-8.39386 -9 -9 
-8.67009 -8.46364 -8.81993 

result:

ok OK. Max delta: 0.057239

Test #5:

score: -100
Wrong Answer
time: 23ms
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.82237 -9 -8.30643 
-8.63614 -8.88375 -8.74049 
-8.70497 -8.81556 -8.54459 
-8.89786 -8.90968 -8.10718 
-9 -8.17774 -9 

result:

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