public static void Main()
Random rnd = new Random();
Console.WriteLine("Vantagem, Desvantagem ou Normal?");
Console.WriteLine("Qual nível?");
n = 2 + Int32.Parse(Console.ReadLine());
for(int z = 0; z < n; z++)
a[z] = rnd.Next(Min,Max);
for(int j = 0; j < n; j++)
for(int k = 0; k < n; k++)
if(tempV1 == 10 && tempV1==tempV2)
if(tempV1 == 1 && tempV1==tempV2)
for(int vtg = 0; vtg < n; vtg++)
Console.Write(a[vtg] + " ");
Console.WriteLine("Rolagem: [" + tempV1 + "]/[" + tempV2 + "]");
Console.WriteLine("Um Crítico!");
Console.WriteLine("Um Desastre!");
Console.WriteLine("SOMA: " + soma);
for(int j = 0; j < n; j++)
for(int k = 0; k < n; k++)
if(tempD1 == 10 && tempD1==tempD2)
if(tempD1 == 1 && tempD1==tempD2)
for(int vtg = 0; vtg < n; vtg++)
Console.Write(a[vtg] + " ");
Console.WriteLine("Rolagem: [" + tempD1 + "]/[" + tempD2 +"]");
Console.WriteLine("Um Crítico!");
Console.WriteLine("Um Desastre!");
Console.WriteLine("SOMA: " + soma);
if(a[0] == 10 && a[1] == a[0])
if(a[0] == 1 && a[1] == a[0])
for(int vtg = 0; vtg < n; vtg++)
Console.Write(a[vtg] + " ");
Console.WriteLine("Rolagem: [" + a[0] + "]/[" + a[1] + "]");
Console.WriteLine("Um Crítico!");
Console.WriteLine("Um Desastre!");
Console.WriteLine("SOMA: " + soma);