Ticket 675
Problem 1635 -c
Submission 147829297
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
2 8 -8 -8 2 
3
5 -8 -1 
Expected Output
3
3 4 5
2 3 5
1 2 5
-1
Your Output
3
1 4 5
2 4 5
3 4 5
1
1 2 3
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