using System;
public class Program
{
public static void Main()
int x;
while (x<=5)
Console.WriteLine(x);
x++
}