#include using namespace std; int main(){ string S; cin>>S; int i,j; cin>>i>>j; char temp; temp=S.at(i); S.at(i)=S.at(j); S.at(j)=temp; cout<