QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#777057#6542. Optimal Quadratic Functiondkim110807WA 1936ms3864kbC++172.1kb2024-11-23 22:30:062024-11-23 22:30:09

详细

Test #1:

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

input:

1
4
0 0
1 3
2 9
3 0

output:

5.062500000000178

result:

ok found '5.0625000', expected '5.0625000', error '0.0000000'

Test #2:

score: -100
Wrong Answer
time: 1936ms
memory: 3820kb

input:

60
1
1000 -990
2
171 -638
949 -99
2
633 227
-257 -602
3
634 -994
633 999
-374 995
3
445 -110
586 -121
462 29
9
-995 -224
-458 -833
691 -670
456 -259
-376 55
-563 -12
834 827
-826 -220
299 744
17
997 991
997 976
997 988
998 -986
999 -982
999 -980
999 -996
998 -988
998 -991
997 987
1000 996
999 -1000
...

output:

inf
0.000000000000000
0.000000000000000
0.000000000000000
0.000000000000000
543160.125996425886910
121.000000000000000
0.832006181242880
412780.607179734941838
12.250000000000000
15750.250000000000139
118751.380086099228677
880245.505473532907672
1.000000000000388
15.363373360383357
854986.713165049...

result:

wrong output format Expected double, but "inf" found