using System;
class Program
{
static void Main()
for (int i = 0; i < 4992; i++)
Console.WriteLine("Prst mě bolí");
}