mirror of
https://gitcode.com/Zengtudor/alg2025.git
synced 2025-08-21 18:52:07 +00:00
update
This commit is contained in:
parent
dc144b3046
commit
d66152a01b
@ -15,7 +15,7 @@ public:
|
||||
m[ns].push_back(std::move(strs[i]));
|
||||
}
|
||||
vector<vector<string>> ans;
|
||||
for(auto s :m){
|
||||
for(auto &s :m){
|
||||
ans.push_back(std::move(s.second));
|
||||
}
|
||||
return ans;
|
||||
|
Loading…
Reference in New Issue
Block a user