a = int(input()) b = int(input()) c = 0 while b>0: c+=1 b -= a else: print(c)