Face mark by Lost_dog

val x=readLine
for(a<-readLine;b<-x)println(x.flatMap(c=>Seq('(',b,a,c,')')).mkString)

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

download

return to the top page