import math first = input() s = first.split() A = int(s[0]) B = int(s[1]) print(math.floor(A/B)+1)