#include using namespace std; #define int long long signed main(){ string S; cin>>S; int a,b; cin>>a>>b; swap(S[a],S[b]); cout<