#include using namespace std; using Int = long long; //INSERT ABOVE HERE signed main(){ string s; Int i,j; cin>>s>>i>>j; swap(s[i],s[j]); cout<