using System.Linq;using System; class A{ static void Main(){ int n=int.Parse(Console.ReadLine()); for(int i=n;i>0;i--){ for(int j=0;j