diff --git a/QUSTOJ/1756.c b/QUSTOJ/1756.c new file mode 100644 index 0000000..28047cb --- /dev/null +++ b/QUSTOJ/1756.c @@ -0,0 +1,22 @@ +#include +#include +#include +void replace(char* str,char a,char b) +{ + int L=strlen(str); + for(int i=0;i