l = [int(i) for i in input().split()]
z = l[0]//l[1] + 1
print(z)