first = input().split()
A = int(first[0])
B = int(first[1])
r = int(A/B)
print(r+1)