牛客編程題目整理

輸入兩個字符串,從第一字符串中刪除第二個字符串中全部的字符。例如,輸入」They are students.」和」aeiou」,則刪除以後的第一個字符串變成」Thy r stdnts.」 java #include<iostream>  #include<string>  using namespace std;  int main() {ios       string str;       
相關文章
相關標籤/搜索