Similarity Expansion by kcm1700

main(a,b,i){char c[99];for(a=b=i=0;~(a=getchar());b=a)a+b>66?c[i]=a:0,a==10?b>34?c[i]=0:0,puts(c),i=0:i++;c[i]=0;puts(c);}

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

download

return to the top page