using System;
public class Program
{
public static void Main()
int x;
x = 10;
while ( x >= 10)
Console.WriteLine("BROCKHAMPTON!!!!!!");
}