#include <iostream>
#include <string>
using namespace std;
int main() {
string s = "abcdf!";
s.replace(3, 2, "**");
cout << s;
return 0;
}
I2luY2x1ZGUgPGlvc3RyZWFtPgojaW5jbHVkZSA8c3RyaW5nPgp1c2luZyBuYW1lc3BhY2Ugc3RkOwoKaW50IG1haW4oKSB7CnN0cmluZyBzID0gImFiY2RmISI7CnMucmVwbGFjZSgzLCAyLCAiKioiKTsKY291dCA8PCBzOwpyZXR1cm4gMDsgCn0=