using System.Collections.Generic;
public static void Main()
var l = new List<int>(0);
var d = new Dictionary<string, int>(4);
Console.WriteLine($"{k}");
Console.WriteLine($"{kvp.Key} . {kvp.Value}");
Console.WriteLine($"-----------");
foreach(var key in d.Keys) {
Console.WriteLine($"{kvp.Key} . {kvp.Value}");