121321 by pooq

for(v in strsplit(readChar("stdin",1e4),"")[[1]])if(v!="0")"if"(v<"0"||"9"<v,cat(v),for(i in as.numeric(v):1)cat(i))

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

download

return to the top page