n = int(input()) winner = "Pert" if n == 1: winner = "square1001" print(winner)