#include <stdio.h> int main(void) { int i; for(i=0; getchar() != EOF; i++); printf("There are %d char",i); return 0; }
[此贴子已经被作者于2017-2-10 16:06编辑过]