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