Ticket 3476
Problem 1630 -b
Submission 152699621
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 5
3 5 2 1 3 
5 4
4 1 1 1 3 
Expected Output
1 5
1 1
2 2
3 3
4 4
5 5
1 4
1 1
2 2
3 3
4 5
Your Output
1 5
1 1
2 2
3 3
4 4
5 5
1 5
1 1
2 2
3 3
4 5
Difference
Generator Parameters
--n_cap 200000 --n_high 7 --n_low 1 --t_cap 30000 --t_high 2 --t_low 1