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