f = gets.chomp.split().map { |a| a.to_i } bunbo = (f[0] + 1) def sum(n) return (n * (n + 1)).to_f / 2 end puts sum(f[0]).to_f / bunbo