a,b=map(int,input().split()) i =0 d = 0 while(True): if b<=d: break d+=a i+=1 print(i)