n=input() s = list(input()) a,b=input().split() s[int(a)-1] = b print(''.join(s))