QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#543617#9224. Express Evictionucup-team497#WA 1ms3768kbC++173.9kb2024-09-01 17:31:492024-09-01 17:31:49

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 3536kb

input:

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

output:

1

result:

ok 1 number(s): "1"

Test #2:

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

input:

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

output:

10

result:

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