#include main() { int c; while ((c=getchar()) != EOF) printf("%3d\n",c); }