资源介绍
#include
#include
#include
typedef struct
{
int length;
char *p;
}sstring;
int *get_next (sstring s1)
{
int m = s1.length;
char *p=s1.p;
int j = 0;
int *x=(int *)malloc(m*sizeof(int));
x[1] = 0;
int i = 1;
printf("%4d",x[i]);
while(i