using System; using System.Collections.Generic; public class H { public static void Main(String[] args) { } public static IEnumerable Merge (IEnumerator xEtor) where T : IComparable { int order = xEtor.Current.CompareTo (xEtor.Current); yield return xEtor.Current; } }