QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#564749#5537. Storing EggsDennisTran#WA 1ms3944kbC++145.5kb2024-09-15 14:13:042024-09-15 14:13:07

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'