import math hp, n = (int(i) for i in input().split()) print(round(hp / (n + 1)) + 1)