using System;
public class Program
{
static void Main(string[] args)
int i;for (i = 1; i <= 10; i++)
Console.WriteLine( "{0}" , i ) ;}
}