Cross Product of two Strings by tarhashi

while(1>0){val a=readLine split" "
println((for(b<-a(0);c<-a(1))yield""+b+c)mkString" ")}

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

download

return to the top page