#include int main(void){ long long int n; scanf("%ld", &n); if( n == 1){ printf("square1001\n"); } else{ printf("Petr\n"); } return 0; }