QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#534289#9224. Express Evictionucup-team4685TL 1546ms5292kbC++144.5kb2024-08-26 23:40:062024-08-26 23:40:06

詳細信息

Test #1:

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

input:

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

output:

1

result:

ok 1 number(s): "1"

Test #2:

score: 0
Accepted
time: 1546ms
memory: 5292kb

input:

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

output:

11

result:

ok 1 number(s): "11"

Test #3:

score: -100
Time Limit Exceeded

input:

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

output:


result: