121321 by pooq

stdin.get_s(4K).split(""){v:it;if(v<"0"||"9"<v){print(v);}else{n:v.to_i;n.times{print(n-it);}}}

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

download

return to the top page