using System;
public class Program
{
public static void Main()
int[] even=new int[3];
even[0]=0;
even[1]=2;
even[2]=4;
}