using System;
public class Program
{
public static void Main()
//Rocco Ortiz Mata
for (int i = 1; i <= 50; i++)
Console.WriteLine("Rocco");
}