n=int(input()) s=[str(c) for c in input()] x,y=input().split() s[int(x)-1]=y print("".join(s))