摘要: 题目地址:http://acm.hdu.edu.cn/showproblem.php?pid=1020自己的代码:#include#includeusing namespace std;int T;string s;int main(){ cin>>T; while(T--) { ... 阅读全文
posted @ 2015-04-28 21:49 biong 阅读(170) 评论(0) 推荐(0)