cf/mirror

The Beach

CF
1753D2400· grandmaster1s256 MB⌨ stdin/stdout

Examples

Sample 1of 4
Input
2 5
5 2
.LR##
##LR.
Output
4
Sample 2of 4
Input
2 3
4 5
LR.
#.#
Output
-1
Sample 3of 4
Input
4 3
10 10
.LR
###
UU#
DD.
Output
-1
Sample 4of 4
Input
3 6
10 7
.U##.#
#DLR##
.##LR.
Output
24
1753D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…