using System;
public class Program
{
public static void Main(string[] args)
for (int i = 1; i<=15; i++)
System.Console.WriteLine(i);
}