cf/mirror

Forgery

CF
1059B1300· pupil2s256 MB⌨ stdin/stdout

Examples

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