Index
|
Diary
2024-03-12
CODING
void function(vector<string>& strs){ for (string& str: strs) { sort(str.begin(), key.end()); } }