using System;
using System.Collections.Generic;
namespace Rextester
{
public class Program
public static void Main(string[] args)
int[] arr = new[] { 98, 13, 11, 5, 76, 8, 34, 51, 10 };
}