a,b=map(int,input().split()) z=0 c=0 while c<=b: c+=a z+=1 print(z)