s, f = map(int, input().split()) import math print(math.ceil((s+1)/f))