标签:tor play control bre str count span isp 通过
1.LC 139 word Break
BONUS:
将vector数值存储在unordered_set中去重
vector<string> vs;
unordered_set<int> us(vs.begin(),vs.end());
vector通过值找元素只能用find(vector.begin(),vector.end(),val)!=vector.end();
map set可以通过find count来查找map.find(val)/count(val)
标签:tor play control bre str count span isp 通过
原文地址:https://www.cnblogs.com/Marigolci/p/12363274.html