Kaneki is being pursued by
Given that Kaneki's maximum speed is
Constraints
Subtask 1 [40%]
Subtask 2 [60%]
No additional constraints.
Input Specification
The first line contains an integer
The second line contains an integer
The next
Output Specification
Output run away
if Kaneki is strictly faster than all ghoul investigators pursuing him, and fight
otherwise.
Sample Input 1
50
4
50
14
10
34
Sample Output 1
fight
Explanation for Sample Output 1
Kaneki will have to fight as he is not strictly faster than the
Sample Input 2
10
1
9
Sample Output 2
run away
Explanation for Sample Output 2
The only investigator pursuing Kaneki is slower than him so he can run away.
Comments