#include<stdio.h> #include<string.h> main() { int i,j,flag=0,len1,len2,replaceLen,start,end; char str[100],substr[100],replace[20],temp[120]; printf("Enter ...
確定! 回上一頁