# include & lt; stdio.h>
# include & lt; Stdlib. H>
Int main ()
{
C, int I;
While ((c=getchar ())! EOF)={
If (c==' ') {
i=1;
While ((c=getchar ())==' ') {
+ + I;
If (I==4) {
Printf (" \ t ");
i=0;
}
}
Printf (" % s ", I, "");
Putchar (c);
}
The else {
Putchar (c);
i=0;
}
}
return 0;
}
CodePudding user response:
The