using System;
public class Program
{
public static void Main(string[] args)
for (int x=1; x <6; x++)
Console.WriteLine("{0}. Nikolina Petrovic",x);
}