摘要: #include #include #include void mostLengsub(char *,char *,int **);int main(){char *x="abcdcdssab"; char *y="acbcsdsbaa"; int lenx = (int)strlen(x);int leny = (int)strlen(y);char *s = (char *)malloc(10); int **result = (int **)malloc(sizeof(int)*(lenx+1));int i,j,index = 0;;for (i 阅读全文
posted @ 2014-04-11 18:36 Blue-Dream 阅读(172) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2014-04-11 11:11 Blue-Dream 阅读(1) 评论(0) 推荐(0) 编辑