Preparando MOJI

Game with Powers

1000ms 262144K

Description:

Vasya and Petya wrote down all integers from 1 to n to play the "powers" game (n can be quite large; however, Vasya and Petya are not confused by this fact).

Players choose numbers in turn (Vasya chooses first). If some number x is chosen at the current turn, it is forbidden to choose x or all of its other positive integer powers (that is, x2, x3, ...) at the next turns. For instance, if the number 9 is chosen at the first turn, one cannot choose 9 or 81 later, while it is still allowed to choose 3 or 27. The one who cannot make a move loses.

Who wins if both Vasya and Petya play optimally?

Input:

Input contains single integer n (1 ≤ n ≤ 109).

Output:

Print the name of the winner — "Vasya" or "Petya" (without quotes).

Sample Input:

1

Sample Output:

Vasya

Sample Input:

2

Sample Output:

Petya

Sample Input:

8

Sample Output:

Petya

Note:

In the first sample Vasya will choose 1 and win immediately.

In the second sample no matter which number Vasya chooses during his first turn, Petya can choose the remaining number and win.

Informação

Codeforces

Provedor Codeforces

Código CF317D

Tags

dpgames

Submetido 0

BOUA! 0

Taxa de BOUA's 0%

Datas 09/05/2023 08:44:47

Relacionados

Nada ainda