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