QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#600579#9224. Express Evictionucup-team5069#WA 2ms9800kbC++142.1kb2024-09-29 17:30:402024-09-29 17:30:41

詳細信息

Test #1:

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

input:

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

output:

1

result:

ok 1 number(s): "1"

Test #2:

score: -100
Wrong Answer
time: 2ms
memory: 9800kb

input:

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

output:

9

result:

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