nums = gets.split.map(&:to_i) str = gets.chomp! ans = (nums[0] + nums[1]).to_s + " " + str puts ans