using System;
public class Program
{
public static void Main()
int a=1;
for (a=10; a<=19; a++)
Console.Write(a + " ; ");
}
Console.Write(a);