symons

___________每一天都是幸福的!!

  博客园  ::  :: 新随笔  ::  :: 订阅 订阅  :: 管理

2014年1月4日

摘要: 这题目比较简单,把思路搞清楚就可以啦。#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)