摘要: #include<iostream>#include<set>#include<vector>#include<map>#include<algorithm>#include<stack>#include<cstring>#define ALL(x) x.begin(),x.end()#define 阅读全文
posted @ 2019-05-26 23:21 ACM-Lxw 阅读(112) 评论(0) 推荐(0) 编辑
摘要: #include<iostream>#include<string>#include<vector>#include<map>#include<algorithm>using namespace std;map<string,int>cnt;vector<string>words;string re 阅读全文
posted @ 2019-05-26 19:05 ACM-Lxw 阅读(119) 评论(0) 推荐(0) 编辑