arry = gets.split.map(&:to_i) str = gets.strip! n = arry[0] + arry[1] puts "#{n} #{str}"