a, b = map(int, input().split()) n = a hosuu = 1 if not a >= b: while a < b: n += a hosuu += 1 if n >= b: print(hosuu) break else: print(hosuu)