using System;
public class Program
{
public static void Main()
Random zufall = new Random();
zufall.Next(1,50);
Console.WriteLine();
}