a,b=(int(i) for i in input().split()) s=1+a//b print(s)