cf/mirror

Tiling Challenge

CF
1150B900· newbie2s256 MB⌨ stdin/stdout

Examples

Sample 1of 4
Input
3
#.#
...
#.#
Output
YES
Sample 2of 4
Input
4
##.#
#...
####
##.#
Output
NO
Sample 3of 4
Input
5
#.###
....#
#....
###.#
#####
Output
YES
Sample 4of 4
Input
5
#.###
....#
#....
....#
#..##
Output
NO
1150B.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)