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