using System;
public class Program
{
public static void Main()
var x = new int?[10];
Console.WriteLine(x.Length);
}