using System;
public class Program
{
public static void Main()
int x;
for ( x=20; x<=20; x--)
Console.WriteLine(x);
}