Ticket 3157
Problem 1656 -e
Submission 151621613
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
3 2
1 5
1 3
3 4
5
4 2
2 1
3 5
4 3
Expected Output
-2 -1 3 -1 1
-1 2 2 -2 -1
Your Output
2 -1 -3 -1 -1 
1 -2 2 2 -1 
Difference
Generator Parameters
--n_cap 100000 --n_high 9 --n_low 3 --t_cap 10000 --t_high 2 --t_low 1