QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#544149#9224. Express EvictionHuangHanShengTL 0ms3668kbC++203.0kb2024-09-02 10:26:462024-09-02 10:26:46

詳細信息

Test #1:

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

input:

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

output:

1

result:

ok 1 number(s): "1"

Test #2:

score: -100
Time Limit Exceeded

input:

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

output:


result: