Face mark by recursive

R=raw_input
E=R()
for m in R():
 for l in E:print"("+l+m+(")("+l+m).join(E)+")"

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

download

return to the top page