using System;
public class Program
{
public static void Main()
int count;
for (count = 1; count <= 50;count++)
Console.WriteLine(count);
}