using System;
using System.Linq;
public class Program
{
public static void Main()
var values = new int[]{1, 2, 3, 4,8,12,11};
}