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