QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#578919#9224. Express Evictionucup-team3540RE 1ms3708kbC++206.4kb2024-09-20 22:52:242024-09-20 22:52:25

詳細信息

Test #1:

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

input:

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

output:

1

result:

ok 1 number(s): "1"

Test #2:

score: -100
Runtime Error

input:

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

output:


result: