2965. 找出缺失和重复的数字 思路:用哈希表记录出现的情况 class Solution { public: vector<int> findMissingAndRepeatedValues(vector