val n=readInt for(x<-"\x02\x01\x02\x00\x00";s="P"*n;_<-s)println(s+" "*n*(x%2)+s*x)
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page