#include #include #include using namespace std; int main() { std::cin.tie(0); std::ios::sync_with_stdio(false); string A; cin >> A; for(int i=0;i