摘要: #include <string> #include <sstream> #include <map> #include <vector> #include <iostream> using namespace std; int main(){ vector<string> v; string tm 阅读全文
posted @ 2016-03-08 20:26 aldorado 阅读(263) 评论(0) 推荐(0)
摘要: 做得比较乱,修改多次后终于AC #include <string> #include <iostream> #include <algorithm> using namespace std; bool cmp(string a,string b){ if(a == b) return false; 阅读全文
posted @ 2016-03-08 10:54 aldorado 阅读(181) 评论(0) 推荐(0)