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