QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#686166#9224. Express Evictionucup-team5064#TL 1572ms137368kbC++2010.5kb2024-10-29 03:34:322024-10-29 03:34:32

详细

Test #1:

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

input:

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

output:

1

result:

ok 1 number(s): "1"

Test #2:

score: 0
Accepted
time: 1572ms
memory: 137368kb

input:

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

output:

11

result:

ok 1 number(s): "11"

Test #3:

score: -100
Time Limit Exceeded

input:

35 35
....###########...#########........
##..#######################..#####.
....#######################..#####.
...#.....##################..#####.
.##......##################.....##.
.##..##..#############.....#....##.
.....##..#############......##..##.
....#....#############..##..##..##.
####.....

output:


result: