QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#789906 | #5537. Storing Eggs | HuangHanSheng | WA | 483ms | 166692kb | C++20 | 3.4kb | 2024-11-27 22:38:33 | 2024-11-27 22:38:33 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 482ms
memory: 166692kb
input:
5 2 #.... ..... ....#
output:
4.472135955000
result:
ok found '4.4721360', expected '4.4721360', error '0.0000000'
Test #2:
score: -100
Wrong Answer
time: 483ms
memory: 165980kb
input:
5 6 ##.## ##### .....
output:
-1
result:
wrong answer 1st numbers differ - expected: '1.0000000', found: '-1.0000000', error = '2.0000000'