示例#1
0
        static void Main(string[] args)
        {
            /*
            string str = "1235";

            int m = str[2] - '0';

            double t = Math.Pow(2, 4);

            int[] array = { 94,95,97,101,5,100,1,20 };

            Pair p = GetMaxDiffPair(array);

            Console.WriteLine("Min: {0} Max: {1}.", p.A, p.B);
             */

            //FindMicrosoft fm = new FindMicrosoft("MICROSOFT");
            WordFinder wf = new WordFinder("MICROSOFT");
            Console.WriteLine("End");
        }
示例#2
0
        static void Main(string[] args)
        {
            /*
             * string str = "1235";
             *
             * int m = str[2] - '0';
             *
             * double t = Math.Pow(2, 4);
             *
             * int[] array = { 94,95,97,101,5,100,1,20 };
             *
             * Pair p = GetMaxDiffPair(array);
             *
             * Console.WriteLine("Min: {0} Max: {1}.", p.A, p.B);
             */

            //FindMicrosoft fm = new FindMicrosoft("MICROSOFT");
            WordFinder wf = new WordFinder("MICROSOFT");

            Console.WriteLine("End");
        }
示例#3
0
        static void Main(string[] args)
        {

            WordFinder wf = new WordFinder("MICROSOFT");
            Console.WriteLine("End");
        }
示例#4
0
        static void Main(string[] args)
        {
            WordFinder wf = new WordFinder("MICROSOFT");

            Console.WriteLine("End");
        }