cf/mirror

Infinite Maze

CF
196B2000· candidate master2s256 MB⌨ stdin/stdout

Examples

Sample 1of 2
Input
5 4
##.#
##S#
#..#
#.##
#..#
Output
Yes
Sample 2of 2
Input
5 4
##.#
##S#
#..#
..#.
#.##
Output
No
196B.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…