#include int main(void){ std::string a; std::cin >> a; const char* ca = a.c_str(); int len=a.length(); for(int i=0;i