Z by pooq

for(i in(n=scan("stdin")):1)cat(rep(c(" ","Z"),"if"(i%%n<2,c(0,n),c(i-1,1))),"
",sep="")

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

download

return to the top page