import math s, f = [int(x) for x in input().split()] print(1 + math.floor(s / f))