Maze
377A1600· expert2s256 MB⌨ stdin/stdout
Examples
Sample 1of 2
Input
3 4 2#..#..#.#...
Output
#.X#X.#.#...
Sample 2of 2
Input
5 4 5#...#.#..#.....#.#.#
Output
#XXX#X#.X#.....#.#.#
58%
377A.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…