摘要: #include #include #include #include using namespace std; string reverse_one_word(string str) { for(int i = 0; i split(const string& str,const string& delim) { //将分割后的子字符串存储在vector中 vector r... 阅读全文
posted @ 2018-10-21 17:55 荏苒心 阅读(209) 评论(0) 推荐(0)