f = input() s_f = f.split() S = int(s_f[0]) F = int(s_f[1]) c = S//F + 1 print(c)