void readarr(int[] b, int m)
static void Print(int[] a, int[] b, int n)
static void genVarRec(int ind)
public static void Main()
Console.WriteLine("Въведи n за брой елементи:");
n = int.Parse(Console.ReadLine());
Console.WriteLine("Въведи m за мерност/клас");
m = int.Parse(Console.ReadLine());