摘要:
#include <iostream>#include <cstring>using namespace std;int main(){ string str; int a[200] = {0}; // cin >> str; getline(cin, str); for(int i = 0; i 阅读全文
posted @ 2017-07-23 16:01
ystraw
阅读(645)
评论(0)
推荐(0)
------------只要够努力,人生最坏的结局不过是大器晚成!!!