702
1094
2万
管理员
使用道具 举报
#include<bits/stdc++.h> using namespace std; int main() { string str1,str2,str3; int n,m; getline(cin,str1); cin>>str2>>str3; //cout<<str1<<endl; //cout<<str2<<endl; //cout<<str3<<endl; n=str1.find(str2); while(n != -1) { str1.replace(n, str2.length(), str3); n=str1.find(str2); } cout<<str1<<endl; return 0; }
本版积分规则 发表回复 回帖后跳转到最后一页
小黑屋|东台市机器人学会 ( 苏ICP备2021035350号-1;苏ICP备2021035350号-2;苏ICP备2021035350号-3 )
GMT+8, 2024-11-23 16:24 , Processed in 0.039389 second(s), 26 queries .
Powered by Discuz! X3.4
Copyright © 2001-2020, Tencent Cloud.