Concentric Circles by Hendrik

using System;class X{static void Main(){for(int i,n=0;n++<901;)for(i=0;i++<n;)if(Math.Sqrt(n-i*i)%1==0)Console.Write("{0:F6}\n",Math.Sqrt(i=n));}}

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

download

return to the top page