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