using System;
public class Program
{
public static void Main()
A(null);
}
static void A(params int[] arr)
arr.Length.Dump();