Guest User

Untitled

a guest
Oct 19th, 2015
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. int main()
  2. {
  3. double nc;
  4.  
  5. for (nc = 0; getchar() != EOF; ++nc)
  6. ;
  7. printf("%.0f\n", nc);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment