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