import math s, f = [int(num) for num in input().split(' ')] print(math.ceil(s / f))