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