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