Ticket 871
Problem 1644 -b
Submission 147468899
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
5
7
Expected Output
1 5 4 3 2 
5 1 4 3 2 
5 4 1 3 2 
5 4 3 1 2 
5 4 3 2 1 
1 7 6 5 4 3 2 
7 1 6 5 4 3 2 
7 6 1 5 4 3 2 
7 6 5 1 4 3 2 
7 6 5 4 1 3 2 
7 6 5 4 3 1 2 
7 6 5 4 3 2 1 
Your Output
1 3 2 4 5 
1 4 3 2 5 
1 5 3 4 2 
5 4 3 2 1 
5 2 3 4 1 
1 3 2 4 5 6 7 
1 4 3 2 5 6 7 
1 5 3 4 2 6 7 
1 6 3 4 5 2 7 
1 7 3 4 5 6 2 
7 6 5 4 3 2 1 
7 2 3 4 5 6 1 
Difference
Generator Parameters
--n_cap 50 --n_high 9 --n_low 3 --t_cap 48 --t_high 2 --t_low 1