#include #include #include #include using namespace std; int main() { char str[35]; //strcpy("",str); while(cin>>str) { char k=' '; bool check=true; int len=strlen(str); int n=len/3; //cout<