Ticket 16349
Problem 1749 -e
Submission 177410907
View hacks & all small testcases

Unable to dry run this testcase?
Try making a new request with small values of n_high, t_high, *_high, etc.


Retry
Input
2
2 5
.....
.....
5 8
.#.#.#..
#.#.#..#
...#.#..
.#..#.#.
#..#.#.#
Expected Output
YES
#.#.#
.#.#.
YES
.#.#.#..
#.#.#..#
...#.#..
.#..#.#.
#..#.#.#
Your Output
YES
#.#.#
.#.#.
NO
Difference
Generator Parameters
--row_or_col_high 8 --row_or_col_low 2 --t_high 2 --t_low 2