class Kordus1{ public static void Main(string[] arg){ for(int i=1; i<=20; i++){ System.Console.WriteLine(i*i); } } }