import math S,F = (int(x) for x in input().split()) print(math.floor(S/F)+1)