#include using namespace std; int main(){ int n,x; string s; char c; cin>>n>>s>>x>>c; s[--x]=c; cout<