using System;
using System.Collections.Generic;
public class Program
{
public static void Main()
List<int> lista = new List<int>();
}