Ticket 5751
Problem 1667 -b
Submission 154809124
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
9
3
-1 -6 -1 
2
5 7 
4
1 0 -7 6 
5
0 0 -9 0 -3 
1
0 
3
3 1 4 
1
0 
5
0 0 -9 -9 8 
3
0 3 0 
Expected Output
-3
2
2
-2
0
3
0
-1
3
Your Output
-3
2
2
-2
0
3
0
1
3
Difference
Generator Parameters
--absolute_value_of_elements_high 9 --absolute_value_of_elements_low 0 --n_high 5 --n_low 1 --t_high 10 --t_low 1