Numbering by twobit

function f(s,i,x){for(x=1;x&3&&i;f("   "+s+x+++".",i-1))print(s+x)}f("",readline())

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

download

return to the top page