h, n = map(int, input().split()) print(h//(n+1) +1)