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