Lower ASCII value by clock(pooq)

for(s in strsplit(readLines("stdin"),""))write(apply(matrix(s,2),2,min),T,1e3,,"")

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

download

return to the top page