🌈 搜索
📅  最后修改于: 2022-03-11 14:44:47.947000             🧑  作者: Mango
std::vector input({ 'a', 'b', 'c' }); std::string s(input.begin(), input.end());