using System.Collections.Generic;
public static void Main()
Dictionary<PV,int> map = new Dictionary<PV,int>();
if (map.ContainsKey(second))
Console.WriteLine("YES sir second");
Console.WriteLine("SORRY sir second");
if (map.ContainsKey(first))
Console.WriteLine("YES sir first");
Console.WriteLine("SORRY sir first");