#include using namespace std; main(){ int a; cin >> a; if (a % 2 == 0){ cout << "Petr" << endl; }else{ cout << "square1001" << endl; } }