问题标题: 酷町堂:1089:偷天换日

0
0
已解决
王泽轩
王泽轩
资深天翼
资深天翼
#include<iostream>
#include<algorithm>
#include<string>
using namespace std;
int main(){
    string str;
    cin>>str;
    char a,b;
    cin>>a>>b;
    replace(str.begin(),str.end(),a,b);
    cout<<str<<endl;
    return 0;
}

50...


0
0
0
0
我要回答