QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#159575 | #5537. Storing Eggs | ntu_vjudge_1 | WA | 1ms | 3936kb | C++17 | 6.8kb | 2023-09-02 18:04:52 | 2023-09-02 18:04:53 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3936kb
input:
5 2 #.... ..... ....#
output:
4.4721359550
result:
ok found '4.4721360', expected '4.4721360', error '0.0000000'
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 3936kb
input:
5 6 ##.## ##### .....
output:
2.2360679775
result:
wrong answer 1st numbers differ - expected: '1.0000000', found: '2.2360680', error = '1.2360680'