cf/mirror

Serial Time!

CF
60B1400· specialist2s256 MB⌨ stdin/stdout

Examples

Sample 1of 5
Input
1 1 1
 
.
 
1 1
Output
1
Sample 2of 5
Input
2 1 1
 
.
 
#
 
1 1
Output
1
Sample 3of 5
Input
2 2 2
 
.#
##
 
..
..
 
1 1
Output
5
Sample 4of 5
Input
3 2 2
 
#.
##
 
#.
.#
 
..
..
 
1 2
Output
7
Sample 5of 5
Input
3 3 3
 
.#.
###
##.
 
.##
###
##.
 
...
...
...
 
1 1
Output
13
60B.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…