public static void Main(string[] args)
        {
            var solution = new Solution();

            solution.IsPossible(new int[] { 1, 2, 3, 5, 5, 6, 7 });
        }