摘要: STL set UVA10815 AC码 #include<iostream> #include<string> #include<set> #include<sstream> using namespace std; string s,buf; set<string> dict; //string 阅读全文
posted @ 2020-02-28 23:32 juuich 阅读(217) 评论(0) 推荐(0)
摘要: STL vector UVA101 AC码 #include<iostream> #include<vector> #include<cstring> using namespace std; const int maxx=30; int n; string s1,s2; vector <int> 阅读全文
posted @ 2020-02-28 21:16 juuich 阅读(201) 评论(0) 推荐(0)