class Comp : Comparer { public override int Compare(string x, string y) { return int.Parse(x.Substring(2)) - int.Parse(x.Substring(2)); } }