After Winnie's math teacher watched an anime about gambling, she decided to spice up the marking system in the class. At the end of the year, students can either take the average of their marks, or one mark randomly selected from the evaluations they had. Winnie will take the one random mark as her final mark if it has above a
Input Specification
The first line will contain a single integer
The next line will contain
Output Specification
Output Winnie should take the risk
if Winnie should take the one random mark as her final mark, or That's too risky
If she should take her average mark instead.
Constraints
Subtask 1 [30%]
Subtask 2 [70%]
No additional constraints.
Sample Input
3
0 100 100
Sample Output
Winnie should take the risk
Explanation For Sample
Winnie has a
Comments
Just a clarification: the random grade must be strictly higher than the normal mark.