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