Alice and Bob are playing the following game:
Write a program that will determine the winner of the described above game for a given word (given that the players play optimally (successfully).
The input contains a single line — the starting word. The word consists of capital Latin letters, and its length does not exceed 40 characters.
Type "Alice" (without quotes) if Alice wins, or "Bob" (without quotes) if Bob wins.
ZADACHA
Alice
WORD
Bob
For example, in the word "ZADACHA", Alice erases all the letters "A" by her first move. The word "Z.D.CH." remains, and she wins because, in subsequent moves, the players are forced to erase only one letter at a time.
| Name |
|---|


