public static void Big(int[] Candidates)
for(int i=1;i<Candidates.Length;i++)
Console.WriteLine("the max:"+max);
public static void zero (int[] Candidates)
for(int i=1;i<Candidates.Length;i++)
public static void Main()
Console.WriteLine("the count of Candidates");
int num = int.Parse(Console.ReadLine());
int[] Candidates = new int[num+1];
Console.WriteLine("the number of man");
int man = int.Parse(Console.ReadLine());
Console.WriteLine("if you support of him choos 1 if not choos 0 ");
int yesornot = int.Parse(Console.ReadLine());
Console.WriteLine("the number of man");
man = int.Parse(Console.ReadLine());