using System;
public class Program
{
public static void Main()
int[]a = {65,98,9865,675,666};
for(int i=0;i<a.Length;i++){
Console.WriteLine(a[i]);
}