n=raw_input() L=map(int, n.split()) a=int(L[0]) b=int(L[1]) print (a/b)+1