cf/mirror

Ksenia and Pawns

CF
382D2200· master2s256 MB⌨ stdin/stdout

Examples

Sample 1of 5
Input
1 1
#
Output
0
Sample 2of 5
Input
3 4
####
#>^#
####
Output
3
Sample 3of 5
Input
3 4
####
#><#
####
Output
-1
Sample 4of 5
Input
7 5
#####
##v##
##v##
#####
##^##
##^##
#####
Output
4
Sample 5of 5
Input
7 5
#####
##v##
##v##
##<##
##^##
##^##
#####
Output
5
382D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…