using System;
using System.Collections.Generic;
public class Program
{
public static void Main()
List<int> l=new List<int>(){1,2,3};
}