UOJ Logo

NOI.AC

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#128898#1180. 最好的草Nick111000ms1248kbC++765b2021-05-05 13:07:202021-05-05 13:07:21

answer


Details

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

Test #1:

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

input:

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

output:

524

result:

ok single line: '524'

Test #2:

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

input:

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

output:

18

result:

ok single line: '18'

Test #3:

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

input:

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

output:

22

result:

ok single line: '22'

Test #4:

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

input:

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

output:

94

result:

ok single line: '94'

Test #5:

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

input:

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

output:

131

result:

ok single line: '131'