first = input() split_first = first.split() S = int(split_first[0]) F = int(split_first[1]) div = S / F + 1 print(int(div))