using System;
public class Program
{
public static void Main(string[] args)
for (int i = 150; i >= 1; i++ )
Console.WriteLine (i + "\n");
}