s,t=map(int,input().split()) import math ans=math.ceil(t/s) print(ans)