#include using namespace std; int main() { int n; cin >> n; string ans = "Petr"; if( n == 1 ) ans = "square1001"; cout << ans << endl; }