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