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