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