Ticket 471
Problem 1635 -c
Submission 147208947
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
8
1 -5 3 -3 -5 5 -8 2 
4
-2 5 -8 9 
Expected Output
6
6 7 8
5 6 8
4 5 8
3 4 8
2 3 8
1 2 8
2
2 3 4
1 2 4
Your Output
6
1 7 6
2 7 6
3 7 6
4 7 6
5 7 6
6 7 8
2
1 3 4
2 3 4
Difference
Generator Parameters
--n_cap 200000 --n_high 8 --n_low 3 --t_cap 10000 --t_high 2 --t_low 1 --val_cap 1000000000 --val_floor -1000000000 --val_high 9 --val_low -9