public static void RotaTrie(int n)
{
int a = 1, k = 13 ;
for (int i = 0; i <= n; i++)
for (int j = 1; j <= k; j++)
Console.Write(" ");