using System;
class test
{
public static int Main(string[] Args)
{
                  long l;
long k
for(int a=0;a<10;a++)
{
 l++;
int temp = 0;
for(int i=0;i<1000000000;i++)
temp = temp +1;
                            k++;
Console.WriteLine(k-l);

}
return 0;
}
}