s, f = gets.split.map &:to_i puts (s / f.to_f).ceil + (s % f == 0 ? 1 : 0)