33,321
社区成员




#include <stdio.h>
#include <stdlib.h>
int main ()
{ int c;
int wordlength (void);
{
for ( ; ; )
{
printf ("you are fool!");
if (c = getchar () == EOF)
break;
}
}
wordlength ();//函数调用。
system ("pause");
return;
}