UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#91127#1180. 最好的草Billy_Hellington1000ms1212kbC++556b2020-02-15 14:03:302020-02-15 14:03:31

answer


详细

小提示:点击横条可展开更详细的信息

Test #1:

score: 20
Accepted
time: 0ms
memory: 1212kb

input:

100 100
................#.#.....#.............#....#..#.........#................................#.....

output:

524

result:

ok single line: '524'

Test #2:

score: 20
Accepted
time: 0ms
memory: 1204kb

input:

16 20
....................
..##.............#..
............#.......
#..............#....
.............

output:

18

result:

ok single line: '18'

Test #3:

score: 20
Accepted
time: 0ms
memory: 1204kb

input:

16 20
......#......#......
....................
....#.......#.#....#
#...................
.............

output:

22

result:

ok single line: '22'

Test #4:

score: 20
Accepted
time: 0ms
memory: 1208kb

input:

60 50
......................................#...........
..............................................

output:

94

result:

ok single line: '94'

Test #5:

score: 20
Accepted
time: 0ms
memory: 1208kb

input:

60 50
...............................#..................
.....#.........#.......#......................

output:

131

result:

ok single line: '131'