public static void Main()
Console.WriteLine("enter number of players ");
int num = int.Parse(Console.ReadLine());
for (int i = 0; i < 3; i++)
for (int j = 0; j < num; j++)
Console.WriteLine("player {0} has a score of {1}", j + 1, s);
max = Math.Max(a[j], max);
for (int j = 0; j < num; j++)
max = Math.Max(max, a[j]);
Console.WriteLine(" The winner is player {0}, with {1} points", count, a[count - 1]);