(a,b)=[int(i) for i in input().split()] print("%d"%(b//a if b%a==0 else b//a+1))