摘要: 1 #include 2 3 using namespace std; 4 5 int main() 6 { 7 int n = 0; cin >> n; 8 char str[8001]; // 保存输入字符 9 int cnt[26] = { 0 }; // 字符... 阅读全文
posted @ 2014-09-13 11:23 xiejianer9 阅读(158) 评论(0) 推荐(0)