摘要:
http://acm.hdu.edu.cn/showproblem.php?pid=1062字符串处理问题 1 #include<stdio.h> 2 #include<string.h> 3 int main() 4 { 5 int n,i,k,len; 6 char s[1005],t[1005]; 7 scanf("%d",&n); 8 getchar(); 9 while(n--)10 {11 gets(s);12 len=strlen(s);13 k=0;14 for(i=... 阅读全文
posted @ 2012-06-13 21:01
可笑痴狂
阅读(257)
评论(0)
推荐(0)