将数组元素存储在哈希表中

unordered_set<int> myset(num.begin(), num.end()); num是数组,将数组存储在hash表中


猜你喜欢

转载自blog.csdn.net/qq_23534759/article/details/80535828