public static void Main()
int[] antigen = new int [36];
for(int i = 0; i < 36; i++)
for(int i = 0; i < 36; i++)
Console.WriteLine("How much antigen did pharmacy number {0} get", i+1);
num = int.Parse(Console.ReadLine());
for(int i = 0; i < 36; i++)
if (bignum == antigen[i])
Console.WriteLine("The sum of all the antigen supplied is {0}\nThe amount of pharmacies that didnt get antigen at all is {1}\nThe biggest amount of antigen supplied is {2} and {3} pharmacies got that", sum, zeroantigen, bignum, bigcount);