QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#549594#9224. Express Evictionucup-team4685WA 1ms4056kbC++142.6kb2024-09-06 18:06:482024-09-06 18:06:49

详细

Test #1:

score: 100
Accepted
time: 1ms
memory: 3792kb

input:

4 6
.##...
.#....
##....
....#.

output:

1

result:

ok 1 number(s): "1"

Test #2:

score: -100
Wrong Answer
time: 1ms
memory: 4056kb

input:

20 30
...###########################
#..###########################
...###########################
...###########################
.#############################
...###########################
...###########################
#..###########################
...###########################
..#...............

output:

10

result:

wrong answer 1st numbers differ - expected: '11', found: '10'