SMETANA by rotary-o

val a=Seq.fill(6)(readLine)
Seq("\x09\x11\x12\x19 (","\x07\x0c\x14\x1b\")","\x08\x0f\x13\x18")(a(3)(7)%3)map(c=>println(c/6+a(c%6).tail))

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

download

return to the top page