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