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