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