#include #include #define LEN 20 int FAN(char *s,int n); int main() { char s[LEN]; //先定义一个字符串 int i,n,len; gets(s); //输入字符串 while(*s!=NULL) //当字符串不为空时继续 { len=strlen(s); //计算字符串长度 for(i=0;i