S, F = [int(val) for val in input().split()] print(int(S / F) + 1)