牛客编程题目整理

输入两个字符串,从第一字符串中删除第二个字符串中全部的字符。例如,输入”They are students.”和”aeiou”,则删除以后的第一个字符串变成”Thy r stdnts.” java #include<iostream>  #include<string>  using namespace std;  int main() {ios       string str;       
相关文章
相关标签/搜索