n=int(input()) S=list(input()) x,c=input().split() S[int(x)-1]=c print(*S,sep='')