a,b=map(int,input().split()) c=0 for i in range(b<=0): c+=1 b=b-a print(c)