s, f = gets.split.map(&:to_i) if s / f >= 1 puts s / f + 1 else puts 1 end