S,F=(int (i) for i in input(). split ()) Q=S//F if S%F==0: Q+=1 print (Q)