two kinds of digit by nanayaT

namespace System.Linq{class B{static void Main(){for(int i=1;i<10001;i++)if(i.ToString().ToCharArray().Distinct().Count()==2)Console.WriteLine(i);}}}

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

download

return to the top page