Alice and Bob are playing a competitive game. The rules guarantee that there will always be a winner—no draws are possible. Determine who wins the game.
Input
The input is an integers .
Output
Print Alice.
Constraints
Example 1
Input
1 2
Alice
Comments