Cut Down by smkt

main(i){char s[99],c;for(;gets(s);puts(""))for(i=0;c=s[i];)printf("%s%c",s[++i+1]-80&&c==73||c>90?"":" ",c+(c<90)*32);}

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

download

return to the top page