Ticket 15622
Problem 1701 -b
Submission 163239064
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
18
Expected Output
2
1 2 4 8 16 3 6 12 5 10 7 14 9 18 11 13 15 17
Your Output
2
1 2 2 4 3 6 4 8 5 10 6 12 7 14 8 16 9 18 
Difference
Generator Parameters
--n_high 50 --n_low 2 --t_high 1 --t_low 1