參數解析

  #include<iostream> #include<string> #include<vector> using namespace std; int main() { string str; vector<string>res; while(getline(cin,str)) { //臨時字符串 string tmp;
相關文章
相關標籤/搜索