import math a=input() a=a.split() b=int(a[1]) a=int(a[0]) print(math.ceil(b/a))