#include #define print(x) std::cout << x << std::endl int main(void){ std::string S; std::cin >> S; int S_size = S.size(); for(int i=0;i