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