#include <stdio.h>
int main() /*from w w w . ja va 2s. co m*/
{
double nc;
for (nc = 0; getchar() != EOF; ++nc)
;
printf("%.0f/n", nc);
}
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/266649.html
#include <stdio.h>
int main() /*from w w w . ja va 2s. co m*/
{
double nc;
for (nc = 0; getchar() != EOF; ++nc)
;
printf("%.0f/n", nc);
}
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/266649.html