cf/mirror

Create a Maze

CF
715D3100· legendary gm2s256 MB⌨ stdin/stdout

Examples

Sample 1of 2
Input
3
Output
3 2
0
Sample 2of 2
Input
4
Output
4 3
3
1 2 2 2
3 2 3 3
1 3 2 3
715D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)