i;main(){for(;i<25;)printf("%d\n","\xfd\x03\xf5\xf2\x07\n\xed\x0e\x04\xf7\x09\x00\xf2\xfa\xfb\xf1\x07\xee\xf9\xfd\xfc\x05\xf0\xf5\x0c"[i++]);}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page