using System;
public class Program
{
public static void Main()
Console.WriteLine(Math.Pow(-1, 0.5));
}