a = input() b = input() c = int(a) d = int(b) e = c f = 1 while e < d: e += c f += 1 print(f)