public static void Main(){
Console.Write("Enter a Length");
int masLength = Convert.ToInt16(Console.ReadLine());
int[] mas = new int [masLength];
for(int i = 0; i < mas.Length; i++){
Console.WriteLine("Enter a {0} element", i);
mas[i] = Convert.ToInt16(Console.ReadLine());
for(int i = 0; i < mas.Length; i++){
for(int j = 0; j < mas.Length; i++){
for(int i = 0; i < mas.Length; i++){Console.WriteLine(mas[i]);}