using System;
public class Program
{
public static void Main(string[] args)
int count = 0;
int[] array = {1, 2, 3, 4, 5, 6};
Console.WriteLine();
}