QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#544411#9224. Express EvictionZhaoZiLongRE 1ms3964kbC++203.3kb2024-09-02 16:21:122024-09-02 16:21:12

详细

Test #1:

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

input:

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

output:

1

result:

ok 1 number(s): "1"

Test #2:

score: -100
Runtime Error

input:

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

output:


result: