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