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(); }
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(); }