def main(): N = int(input()) if N == 1: print('square1001') else: print('Petr') main()