Expression for appreciation by lifthrasiir

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

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

download

return to the top page