import math
S, F = map(int, input().split())
print(math.floor(S / F + 1))