关于map & unordered_map map中删除一个指定key的pair: m.erase(val) 关于vector 交换vector中两个位置的元素,按照index swap(nums[i],nums[j]