#include using namespace std; const string LOVE = "LOVE"; int main() { int n; cin >> n; cout << (n == 1 ? "square1001" : "Petr") << endl; return 0; }