#include "stdio.h" main() { int i; for (i=1; i<=100; i++) printf("%.02d\n",i); printf("\x01\x02\x03\x04\x05\x06\x07\x08\n"); }