eeevil numbers by nameless

using System;class A{static void Main(){var a="010001001111000010000011";for(int b=0;b<1001;b++)if(b>99&a[b/100]<49^b%1000<1^(b%100<16?a[b%100]>48:a[b%10]!=a[b%100/10+14]))Console.WriteLine(b);}}

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