using System; class Program { static void Main() { var n = Console.ReadLine(); Console.WriteLine(n == "1" ? "square1001" : "Petr"); } }