#include int main() { int in; std::cin >> in; std::cout << ((in == 1)? "square1001":"Petr") << std::endl; return 0; }