Cut Down FIXED by avinashse

main(i){char a[99],*b,c[99];for(;gets(b=a);c[i]='\0',puts(c))for(i=0;*b!='\0';c[i++]=*b++)*b<92?c[i++]=' ',*b+=32:0;}\x0d

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

download

return to the top page