Ticket 16189
Problem 1733 -c
Submission 172743713
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
9
4 0 7 9 1 5 7 3 3 
Expected Output
8
1 3
1 4
1 5
1 6
1 7
1 8
1 9
2 9
Your Output
7
1 3
1 4
1 5
1 6
1 7
1 8
1 9
Difference
Generator Parameters
--n_high 9 --n_low 1 --t_high 1 --t_low 1 --val_high 9 --val_low 0