using System;
public class Program
{
public static void Main()
int[] x = new int[2];
for (int num = 0; num < 5; num++) {
x[num] = 9;
}