#include <stdio.h> void main(void){ int nc; nc = 0; while(getchar() != EOF){ ++nc; printf("%ld\n", nc); } return 0;}
abcdef
1 2 3 4 5 6
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!