QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#379872#8513. Insects, Mathematics, Accuracy, and EfficiencyTTWWA 0ms3816kbC++174.6kb2024-04-06 19:38:222024-04-06 19:38:24

详细

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3816kb

input:

4 1000
-1000 0
0 0
1000 0
0 -1000

output:

(1000,0)
(0,1000)
(-1000,5.55112e-17)
(-5.55112e-17,-1000)
2000000.000000000000000

result:

wrong output format Expected double, but "(1000,0)" found