using System.Linq;
public class Program
{
public static void Main()
var a = new[] { 1, 1 }.ToDictionary(x => x);
}