Nest the 0 by Vlo

for(z in scan("stdin"))write(paste(c(rep("[",z),"0",rep("]",z)),collapse=""),"")

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

download

return to the top page