Ticket 17148
Problem 1656 -e
Submission 233544292
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
1
6
3 4
5 1
2 6
3 6
1 4
Expected Output
-2 -1 -2 2 1 2
Your Output
1 1 1 -1 0 -1 
Difference
Generator Parameters
--n_high 6 --n_low 3 --t_high 1 --t_low 1