using System;
public class Program
{
public static void Main()
for(; ; )
Console.WriteLine("oi");
}