#include #include using namespace std; int main() { string s; int t, u; cin>>s>>t>>u; s[t]=' '; s[u]=' '; for(int i=0;i