using System;
public class Program
{
public static void Main()
int[] array = new int[0];
Console.Write(array.Length);
}