import Data.Bool (bool) main = readLn >>= putStrLn . bool "Petr" "square1001" . (==1)