a;main(){char o,c;for(;~scanf("%c",&c);o=c)a=c==35?o==32?!a:0:a,putchar(a*c==32?46:c);}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page