摘要:
这题目比较简单,把思路搞清楚就可以啦。#include #include char words[10000+10][20];int init(){ int cnt=0; while(~scanf("%s",words[cnt])){ if(strcmp("#",words[cnt])==0) return cnt; cnt++; }}int judge(char a[],char b[]){ int success; int la=strlen(a); int lb=strlen(b); int i,j,k; int ... 阅读全文
posted @ 2014-01-04 20:35
symons
阅读(174)
评论(0)
推荐(0)
浙公网安备 33010602011771号