cf/mirror

Robot in Basement

CF
97D2700· international gm4s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
5 5 7
#####
#...#
#...#
#E..#
#####
UULLDDR
Output
6
Sample 2of 3
Input
5 5 7
#####
#.#.#
#...#
#E..#
#####
UULLDDR
Output
-1
Sample 3of 3
Input
5 3 2
###
#.#
#.#
#E#
###
DD
Output
2
97D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)