#include using namespace std; int main() { int n; cin >> n; if (n >= 2) { puts("Petr"); } else { puts("square1001"); } return 0; }