import math s = input().split(" ") s = list(map(int,s)) print(math.floor(s[0]/s[1]) + 1)