Ticket 683
Problem 1644 -c
Submission 147853785
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 4
-5 3 -3 -5 5 
5 3
1 -2 5 -8 9 
Expected Output
5 9 9 12 16 16
9 12 12 15 17 20
Your Output
5 9 9 9 16 16 
9 12 12 15 16 20 
Difference
Generator Parameters
--n_cap 5000 --n_high 7 --n_low 1 --t_cap 5000 --t_high 2 --t_low 1 --val_cap 100000 --val_floor -100000 --val_high 9 --val_low -9 --x_cap 100000 --x_high 9 --x_low 0