x=scan("stdin");for(i in 1:x){cat(i:1,if(i<x)2:(x-i+1));cat("\n")}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page