Ticket 1937
Problem 1647 -c
Submission 149409893
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
1
5 5
01111
11100
01101
00100
10100
Expected Output
13
4 3 5 3
2 5 3 5
3 3 4 3
2 3 3 3
4 1 5 1
1 4 1 5
2 2 3 2
1 3 2 3
1 3 1 4
1 2 2 2
1 2 1 3
1 1 2 1
1 1 1 2
Your Output
-1
Difference
Generator Parameters
--col_cap 100 --col_high 7 --col_low 1 --row_cap 100 --row_high 7 --row_low 1 --t_cap 10 --t_high 1 --t_low 1