英文的 血崩
审核未通过
审核未通过
审核未通过
审核未通过
纯英文的,毕竟蛋疼
#include <stdio.h>
#define MaxSize 100
typedef struct
{
char str;
int length;
}String;
int Replace(String *S,int start,String T,String V)
{
int i=start,j=0,k;
while(i<S->length&&j<T.length)
{
if(S->str==T.str)
{
i++;
j++;
}
else
{
i=i-j+1;
j=0;
}
}
啦啦啦~~~我是默认签名(*^__^*)
#include #define MaxSize 100 typedef struct { char str; int length; }String; int Replace(String *S,int start,String T,String V) { int i=start,j=0,k; while(ilength&&jst
#include #define MaxSize 100 typedef struct { char str; int length; }String; int Replace(String *S,int start,String T,String V) { int i=start,j=0,k; while(ilength&&jst