import math num = input() num = num.split() now = int(num[0]) floor = int(num[1]) print(math.floor(now / floor) + 1)