import math S, F = map(int, input().split()) fl = math.floor(S / F) + 1 print(fl)