gets.to_i list = gets.split.map(&:to_i) sum = 0 list.each { |n| sum += n } puts sum