hopping number by recursive

class P{static void Main(){for(int i=0,s,d,c,r;i++<8;)for(s=0;++s<9;)for(d=0;d<7&s+i*++d<=9;System.Console.WriteLine(r))for(r=0,c=s;c<=s+i*d;c+=d)r=r*10+c;}}

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

To protect the system from spam, please input your favorite sport (hint: I believe its name must start with 'g', case insensitive)

download

return to the top page