Cross Product of two Strings by nn

char*p,*q;main(a,b){for(;p&&*q||(q=b,p&&*++p)||~scanf("%s%s",p=&a,b);)printf(p[1]+*q?"%c%c ":"%c%c\n",*p,*q++);}

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

download

return to the top page