1788.Vladik and Courtesy

Time Limit: 1s Memory Limit: 256MB

At regular competition Vladik and Valera won a and b candies respectively. Vladik offered 1 his candy to Valera. After that Valera gave Vladik 2 his candies, so that no one thought that he was less generous. Vladik for same reason gave 3 candies to Valera in next turn.More formally, the guys take turns giving each other one candy more than they received in the previous turn.This continued until the moment when one of them couldn’t give the right amount of candy. Candies, which guys got from each other, they don’t consider as their own. You need to know, who is the first who can’t give the right amount of candy.

Input Format(From the terminal/stdin)

Input Single line of input data contains two space-separated integers a, b (1 \le a,b \le 109) - number of Vladik and Valera candies respectively.

Output Format(To the terminal/stdout)

Output Pring a single line "Vladik’’ in case, if Vladik first who can’t give right amount of candy, or "Valera’’ otherwise.

Sample Input 1

Copy
1 1
 · \n

Sample Output 1

Copy
Valera
      \n

Sample Input 2

Copy
7 6
 · \n

Sample Output 2

Copy
Vladik
      \n

Hints

Illustration for first test case:1788_1.pngIllustration for second test case:1788_2.png

Submit

请先 登录

© 2025 FAQs