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