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