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