a=list(map(int,input().split(" "))) b=int(a[1]/a[0])+1 if a[1]%a[0]==0: b-=1 print(b)