using System;
public class Program
{
public static void Main()
Console.WriteLine("Vuvedete do koe chishlo da se printirat stoinosti! ");
var y = int.Parse(Console.ReadLine());
for(int x=10; ; x--)
Console.WriteLine(x);
}