import math x = [int(a) for a in input().split()] print(math.floor( x[0] / x[1] ) + 1)