A, B = map(int, input().split())

print(str(A // B + 1))