Expression for appreciation by 51b

x;main(n){for(;n<10;printf("%9d * 9 +%3d = %d\n",x,n,x*9+n))x=x*10+n++;}

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

download

return to the top page