Ascii decode by inaniwa

main(r,P){char*p,*s=gets(P)-1;for(;r;*--s=r)for(p=P,r=0;*p;*p++=r/256+48,r%=256)r=r*10+*p%48;puts(s+1);}

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

download

return to the top page