def solve(): n = int(input()) if (n == 1): print("square1001") else: print("Petr") solve()