Exemplo n.º 1
0
 static void Main(string[] args)
 {
     TeamsSelection a = new TeamsSelection();
     int[] x = { 3, 2, 1 };
     int[] xx = { 1, 3, 2 };
     Console.WriteLine(a.simulate(x,xx));
     Console.ReadLine();
 }
Exemplo n.º 2
0
        static void Main(string[] args)
        {
            TeamsSelection a = new TeamsSelection();

            int[] x  = { 3, 2, 1 };
            int[] xx = { 1, 3, 2 };
            Console.WriteLine(a.simulate(x, xx));
            Console.ReadLine();
        }