n = int(input()) a = [int(x) for x in input().split()] if a[0] % 2 == 0: print("Pupsen") else: print("Vupsen")