cf/mirror

Fox And Snake

CF
510A800· newbie2s256 MB⌨ stdin/stdout

Examples

Sample 1of 4
Input
3 3
Output
###
..#
###
Sample 2of 4
Input
3 4
Output
####
...#
####
Sample 3of 4
Input
5 3
Output
###
..#
###
#..
###
Sample 4of 4
Input
9 9
Output
#########
........#
#########
#........
#########
........#
#########
#........
#########
510A.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)