Face mark by inaniwa

main(s,c,r,l)char*c,*r,*l;{gets(s=l=r);for(gets(c);printf(*r++?"(%c%c%c)":"\n",*l,*c,*r)-5?r=s,!*++l?l=s,*++c:1:1;);}

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

download

return to the top page