#include #include using namespace std; int main(){ string s; char tmp; cin>>s; int i,j; cin>>i>>j; tmp=s[i]; s[i]=s[j]; s[j]=tmp; cout<