using System.Collections;
using System.Collections.Generic;
using System.Threading.Tasks;
using System.Security.Cryptography;
public static async Task Main()
Dictionary<String, long> dummy = new Dictionary<String, long>();
Console.WriteLine(dummy["foo"]);
Console.WriteLine(dummy["foo"]);