摘要:
Source CodeProblem: 2159User: buptyukiMemory: 212KTime: 0MSLanguage: C++Result: Accepted//POJ 2159#include<iostream>#include<cstdlib>#include<string>#include<algorithm>using namespace std;int main(void){ string source,destination; int count[2][26]; while(cin >> source & 阅读全文
posted @ 2012-03-24 19:34 Hedgecat 阅读(151) 评论(0) 推荐(0)
浙公网安备 33010602011771号