num1 = gets.to_i num2 = gets.to_i str = gets print num1 + num2 + " " + str