输入两个字符串,从第一字符串中删除第二个字符串中所有的字符。
在字符串中删除特定的字符 输入”They are students.” 和”aeiou”则删除之后第一个字符串变成 Thy r stdnts。本题还用到了 “字符串hash”#include ...
在字符串中删除特定的字符 输入”They are students.” 和”aeiou”则删除之后第一个字符串变成 Thy r stdnts。本题还用到了 “字符串hash”#include ...
1. 将一组字符串按字典顺序输出。(通过函数调用完成) #include <stdio.h> #include <string.h&g ...