#include using namespace std; int main(){ cin.tie(0),ios::sync_with_stdio(false); string s; cin>>s; int i,j; cin>>i>>j; swap(s.at(i),s.at(j)); cout<