inputs = STDIN.readlines.map(&:chomp) s, f = inputs[0].split(/\s+/).map(&:to_i) puts s / f + 1