122333 by pooq

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

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

download

return to the top page