QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#542318#9224. Express Evictionucup-team3897#WA 18ms3656kbC++201.1kb2024-09-01 00:16:212024-09-01 00:16:21

详细

Test #1:

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

input:

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

output:

1

result:

ok 1 number(s): "1"

Test #2:

score: -100
Wrong Answer
time: 18ms
memory: 3656kb

input:

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

output:

12

result:

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