#include #include int main(int argc, char **argv) { int i=0,len,c=0; char s[50]; while(1){ gets(s); c=0; len=strlen(s); for(i=0;i