QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#536374#9224. Express Evictionucup-team2313WA 3ms4100kbC++175.2kb2024-08-29 09:16:252024-08-29 09:16:25

詳細信息

Test #1:

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

input:

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

output:

1

result:

ok 1 number(s): "1"

Test #2:

score: -100
Wrong Answer
time: 3ms
memory: 4100kb

input:

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

output:

7

result:

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