196 algorithm by ozy4dm

class P{static void Main(){for(ulong k,t,i,n=0;++n<196;System.Console.WriteLine(k))for(k=n,t=0;k!=t;)for(i=k+=t,t=0;i>0;i/=10)t=t*10+i%10;}}

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

download

return to the top page