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