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