Fill in the blanks by pooq

s=strsplit
x=readLines("stdin")
b=s(paste(x[-1],collapse="
"),"")[[1]]
b[b=="_"]=s(x[1],"")[[1]]
cat(b,sep="")

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

download

return to the top page