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