s, f = map(int, input().split())
print(int(s / f) + 1)