using System;
public class Program
{
public static void Main()
Console.WriteLine("x⁶+a²x³y/X⁶-a⁴y²");
}