import math
S, F = map(int, input().split())
print(math.ceil(S / F))