num1, num2 = gets.split.map(&:to_i) print num1 + num2, " ", gets