摘要: 简单题View Code #include <iostream>#include <string>#include <cmath>using namespace std;const int maxn = 10001;string dictionary[maxn], checking;int total;bool common(string a, string b){ int i, different; string t; bool first; if (abs(int(a.length() - b.len... 阅读全文
posted @ 2012-12-18 20:27 undefined2024 阅读(224) 评论(0) 推荐(0)