cf/mirror

Domino Carpet

CF
77D2300· international master2s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
3 4
#################
#O..#...#O.O#...#
#.O.#.O.#.O.#...#
#..O#...#O.O#...#
#################
#O.O#OOO#O.O#...#
#.O.#...#...#.O.#
#O.O#OOO#O.O#...#
#################
#O.O#...#O.O#...#
#...#...#...#.O.#
#O.O#...#O.O#...#
#################
Output
3
Sample 2of 3
Input
2 2
#########
#O.O#O.O#
#.O.#...#
#O.O#O.O#
#########
#...#O.O#
#...#...#
#...#O.O#
#########
Output
2
Sample 3of 3
Input
2 2
#########
#..O#O..#
#...#...#
#O..#..O#
#########
#O..#..O#
#...#...#
#..O#O..#
#########
Output
0
77D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)