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