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