x,y = map(int,input().split()) min=math.ceil(y/x) print(min)