Ticket 2164
Problem 1647 -c
Submission 149318674
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
4 6
010110
100101
011110
001011
Expected Output
13
3 6 4 6
3 5 4 5
2 5 3 5
1 6 2 6
3 3 4 3
2 4 3 4
1 4 2 4
2 3 3 3
1 4 1 5
2 2 3 2
1 3 1 4
1 1 2 1
1 1 1 2
Your Output
13
1 1 4 6
4 4 4 5
4 2 4 3
3 6 3 6
3 4 3 5
3 3 3 4
3 2 3 3
3 1 3 2
2 2 2 2
1 1 2 1
1 6 1 6
1 4 1 5
1 3 1 4
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