public static void Main()
Random rnd = new Random();
int[, ] M = new int[10, 10];
int x, i, j, count, max, n;
Console.WriteLine("random selection");
Console.WriteLine("counting");
Console.WriteLine("start compare the max");
Console.WriteLine("the column number is {0}", n);