happy number by inaniwa

i;main(t,s){i<2e3&&main(t?t/10:s>4?s:++i,t?s+t%10*(t%10):s==1&&!printf("%d\n",i));}

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

download

return to the top page