2014年10月3日
摘要: 1 char a[100],b[100]; 2 int next[100]; 3 void get_next(char b[],int len) 4 { 5 next[0]=-1; 6 int i=0; 7 int j=-1; 8 while(ialen)26 ... 阅读全文
posted @ 2014-10-03 18:49 wf110 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 1 #include "stdio.h" 2 #include 3 using namespace std; 4 #include "string.h" 5 #include "stdlib.h" 6 int num[1001][1001]; 7 typedef struct Lnode 8 ... 阅读全文
posted @ 2014-10-03 17:44 wf110 阅读(237) 评论(0) 推荐(0) 编辑