/ * C in practice * /// * C1.8 Character Counting * /
#include
Main () {long nc; nc = 0; while ((getchar ())! = EOF) { nc;} printf ("% ld", nc);}