V=list(map(int,input().split())) S=V[0] F=V[1] floar=S//F+1 print(floar)