print this triangle by lynn

b;f(x){x&&f(x/b)<putchar(x%b+48+(x%b>9)*39);}main(x){for(;++x<64;)for(b=1;x/++b;putchar(b-x?32:10))f(x);}

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

To protect the system from spam, please input your favorite sport (hint: I believe its name must start with 'g', case insensitive)

download

return to the top page