#include using namespace std; int main() { string T; cin >> T; vector v(T.begin(), T.end()); int n = T.size(); bool yes = 1; for(int i = 0; i