QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#327345#8081. Minimum Manhattan DistancewaifuSenpai#WA 524ms10020kbPython3327b2024-02-14 21:54:192024-02-14 21:54:19

详细

Test #1:

score: 100
Accepted
time: 2ms
memory: 9948kb

input:

1
0 0 2 1
4 5 5 2

output:

4.26393202250021

result:

ok Your answer is acceptable!^ ^

Test #2:

score: -100
Wrong Answer
time: 524ms
memory: 10020kb

input:

100000
64184 -33682 59295 3067
16568 83379 -30901 17899
4747 16156 33365 80028
-41011 -93961 -89583 -95743
96914 -33206 12828 -88885
-93518 29681 -82022 42270
40225 76998 25677 84480
66361 -32945 94822 -81258
-17979 41800 -91442 80586
40229 -78184 30070 -89624
-21082 -94587 48262 -87979
-95197 91518...

output:

-54228.50731359678
192928.30270144067
33565.10603530666
50550.444580046045
44418.52318946886
25362.416322626166
106258.70218729664
-24255.96965151101
-63468.62165659171
-1769.0048663258713
110927.18243946825
121482.25532636672
130471.05142803892
193239.86993090334
-35985.82239775504
228879.058608113...

result:

wrong answer Except 77664.492686403202, but found -54228.507313596783!QAQ