QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#460636#3184. Around the TrackGuanYunchangWA 0ms2184kbRust4.7kb2024-07-01 23:23:212024-07-01 23:23:21

詳細信息

Test #1:

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

input:

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

output:

3.414213562373095

result:

ok found '3.4142136', expected '3.4142136', error '0.0000000'

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 2128kb

input:

5
1 1
5 1
5 5
3 3
1 5
4
0 0
6 0
6 6
0 6

output:

5.656854249492381

result:

wrong answer 1st numbers differ - expected: '16.0000000', found: '5.6568542', error = '0.6464466'