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