Alice OR Bob

View as PDF

Submit solution

Points: 100
Time limit: 1.0s
Memory limit: 256M

Author:
Problem type

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 a, b.

Output

Print Alice.

Constraints

0 \le a, b \le 10^9

Example 1

Input
1 2
Alice

Comments

There are no comments at the moment.