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