import math m=input().split() m=list(int,m) x=math.ceil(m[1]/m[0]) print(x)