s=input() i,j=map(int,input().split()) print(s.translate(str.maketrans({s[i]:s[j],s[j]:s[i]})))