import math now_step, step_for_house = input().split(" ") print(math.floor(int(now_step) / int(step_for_house)) + 1)