inputs = STDIN.readlines.map(&:chomp) a, b = inputs[0].split(/\s+/).map(&:to_i) s = inputs[1] puts "#{a + b} #{s}"