Diamond Matrix by nu

x;main(f){while(x=gets(&f)>--f?x/10:x*10+1)printf("%*.d%qd\n",f%=48,0,1ll*x*x);}

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

download

return to the top page