using System;
using System.Collections.Generic;
using System.Linq;
public class Program
{
public static void Main()
int count = 0;
List<int> ergebnis = new List<int>();
ergebnis.Add(1);
for (int i = 1; count < 21; i++)
for (int j = 1; ergebnis.Count < 2; j++)
if (i % j == 0)
count++;
}
if (count == 20)
ergebnis.Add(i);
else
count = 0;
Console.WriteLine(ergebnis[1]);