Ticket 612
Problem 1635 -b
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
3
8
7 9 2 9 8 3 1 4 
6
5 6 4 9 7 2 
3
9 1 8 
Expected Output
1
7 9 9 9 8 3 1 4 
1
5 6 9 9 7 2 
0
9 1 8 
Generator Parameters
--n_cap 200000 --n_high 9 --n_low 2 --t_cap 10000 --t_high 5 --t_low 1 --val_cap 1000000000 --val_high 9 --val_low 1