ab = gets.split s = gets sum = ab[0].to_i + ab[1].to_i puts sum.to_s + ' ' + s