#include #include using namespace std; int main(){ string s; cin>>s; int a,b; cin>>a>>b; char hoge=s[a]; s[a]=s[b]; s[b]=hoge; cout<