using System;
public class Program
{
public static void Main()
int[] diziler={10,20,30,40,50,60,70,80,90};
Console.WriteLine(diziler[0]);
}