using System.Collections.Generic;
public static void Main()
List<int> parent = new List<int>{1, 2, 3};
List<int> child = parent.Where(a=> a == 4).ToList();
List<int> finale = new List<int>();
Console.WriteLine(finale.Count());
foreach(var n in finale){
public static void indertatIndex()
var res = new List<List<string>>();
res.Insert(0, new List<string>{"A", "B"});
res.Insert(1, new List<string>{"X", "Y"});
var flatern = string.Join(", ", n);
Console.WriteLine(flatern);