first = input() s = first.split() a = int(s[0]) b = int(s[1]) c = int(a/b)+1 print(c)