s, f = map(int, input().split()) calc = int(s / f) + 1 print(calc)