unordered_set
unordered_set
unordered_set
set1.count(2); 出现次数
unordered_set 无序 set 容器可以和字符串哈希有着类似的作用 也可以一起用
例题acwing1460
1 | #include<bits/stdc++.h> |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Hello Flu1t!
unordered_set
unordered_set
set1.count(2); 出现次数
unordered_set 无序 set 容器可以和字符串哈希有着类似的作用 也可以一起用
例题acwing1460
1 | #include<bits/stdc++.h> |