using System;
public class Program
{
public static void Main()
int i = 0;
Console.WriteLine(new float[i - 1]);
}