l = map(int, raw_input().split(' '))
S = l[0]
F = l[1]
print(int(S / F) + 1)