2015年5月22日
摘要: 输入样例 2 a1 c3 f5 f8 输出样例 2 1 2 1 3 1 1 Inf #include#includeint main(){ int nCases,i; scanf("%d",&nCases); for(i=0;i<nCases;i++) { char begin[5],end[... 阅读全文
posted @ 2015-05-22 21:20 _noname 阅读(294) 评论(0) 推荐(0) 编辑