using System;
public class Program
{
public static void Main()
int[] array1 = new int[] { 8, 14, 2, 5, 48 };
Console.WriteLine("Hello World");
}