Expression for appreciation by 51b

int x,n=1;void main(){x=x*10+n++;printf("%9d * 9 +%3d = %d
",x,n,x*9+n)&9&&main;}

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

download

return to the top page