QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#586159#9224. Express EvictionZhangYiDeRE 0ms3764kbC++232.2kb2024-09-24 07:56:502024-09-24 07:56:50

詳細信息

Test #1:

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

input:

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

output:

1

result:

ok 1 number(s): "1"

Test #2:

score: -100
Runtime Error

input:

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

output:


result: