using System;
public class Program
{
public static void Main()
int x,y,z;
for (x=1; x<=5; x++){
Console.Write(x+"");
}