public static void Main()
Console.WriteLine("enter number");
int num=Convert.ToInt32(Console.ReadLine());
for(int x=0 ; x<num ; x++)
for(int a=0 ; a<num-x ; a++)
for(int c=0 ; c<=x ; c++)
for(int x=0 ; x<num ; x++)
for(int e=0 ; e<num-x ; e++)
for(int g=num-x; g>=0; g--)
for(int y=0 ; y<=num-1 ; y++)