Face mark by kou

char*a,*b,*c,e[9],m[9];main(){gets(e);gets(m);for(a=m;*a;a++)for(b=e;*b;puts(""),b++)for(c=e;*c;c++)\x09printf("(%c%c%c)",*b,*a,*c);}

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

download

return to the top page