(c语言)在字符串中删除子串

#include <stdio.h> #include <string.h> void input(char *a,char *b)                                          //输入函数 {     printf("Input the first string:");                                 //输入字符串    
相关文章
相关标签/搜索