摘要: 使用sstream分割句子! // 13'51" #include <bits/stdc++.h> using namespace std; vector<string> split(string str, char c) { vector<string> res; istringstream st 阅读全文
posted @ 2024-08-14 01:21 Frodnx 阅读(12) 评论(0) 推荐(0)