#include using namespace std; int main(){ string x; cin >> x; int n=x.length(); vector y(n); for(int i=0;i