Guess what it does by smkt

main(a){for(a=256;a>-1;a--)a<13|a>19?printf("%d ",a):0;for(a=0;a<257;a++)a<13|a>19?printf("%d ",a):0;}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page