sum = gets.chomp.split(" ").inject { |sum,n| sum + n.to_i } s = gets.chomp puts "#{sum} #{s}"