using System;
public class Program
{
public static void Main()
/*لسؤال السابع*/
for (int i = 5; i<=100; i++)
Console.WriteLine(i);
}