import math A, B = input.split() print(math.floor(A / B + 1))