Morning jog

Morning jog. As a future athlete, you are training for an upcoming event. On the first day, you run x miles, and by the event, you must be able to run y miles. Calculate the number of days required to reach the required distance for the event if you increase your distance by 10% each day from the previous day. Print one integer representing the number of days to reach the required distance.

Test Case Input (x and y) Expected Output
1 1
2
8
2 2
4
6
3 1
3
12