let () = let n = Scanf.scanf "%d\n" (fun x -> x) in Printf.printf "%s\n" (if n mod 2 = 0 then "Petr" else "square1001")