a,b=map(int,input().split()) c=b//a if b%a:c+=1 print(c)