#include #include char str[20000]; int main() { int i; while(gets(str)) { int len=strlen(str); for(i=0; i