Ticket 422
Problem 1638 -a
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
5
7
4 3 2 1 7 5 6 
2
2 1 
5
2 1 5 4 3 
4
4 1 3 2 
6
2 4 5 3 1 6 
Expected Output
1 2 3 4 7 5 6
1 2
1 2 5 4 3
1 4 3 2
1 3 5 4 2 6
Generator Parameters
--n_cap 500 --n_high 7 --n_low 1 --t_cap 500 --t_high 5 --t_low 1