Ticket 250
Problem 1629 -c
Submission 145643225
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
9
4 0 7 9 1 5 7 3 3 
8
1 1 4 4 1 6 4 7 
Expected Output
5
2 0 0 0 0
8
0 0 0 0 0 0 0 0
Your Output
8
2 0 0 0 0 0 0 0 
6
0 0 0 0 0 1 
Difference
Generator Parameters
--n_cap 200000 --n_high 9 --n_low 1 --t_cap 100 --t_high 2 --t_low 1