using System.Collections.Generic;
public static void Main()
IReadOnlyList<string> sample = new string[] {"6987646475767", "BC8385FB101F", "BC8385FB138F" };
string str = "6987646475767";
long res = long.Parse(str);
long l1 = long.Parse(str);
foreach (var mac in sample)