QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#564749 | #5537. Storing Eggs | DennisTran# | WA | 1ms | 3944kb | C++14 | 5.5kb | 2024-09-15 14:13:04 | 2024-09-15 14:13:07 |
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: 1ms
memory: 3944kb
input:
5 2 #.... ..... ....#
output:
4.472136
result:
ok found '4.4721360', expected '4.4721360', error '0.0000000'
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 3836kb
input:
5 6 ##.## ##### .....
output:
-1
result:
wrong answer 1st numbers differ - expected: '1.0000000', found: '-1.0000000', error = '2.0000000'