(c語言)在字符串中刪除子串

#include <stdio.h> #include <string.h> void input(char *a,char *b)                                          //輸入函數 {     printf("Input the first string:");                                 //輸入字符串    
相關文章
相關標籤/搜索