Face mark by kou

char*a,*b,*c,e[9],m[9];main(){for(c=b=gets(e),a=gets(m);*a;*c||puts("",c=e,++b),*b||(b=e,++a))printf("(%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