Alice and Bob are playing a game.
They start with a positive integer nn and take alternating turns doing operations on it. Each turn a pla
Note that they subtract a divisor of the current number in each turn.
You are asked to find out who will win the game if both pla
The first line contains a single integer tt (1≤t≤100001≤t≤10000) — the number of test cases. Then tt test cases follow.
Each test case contains a single integer nn (1≤n≤10000000001≤n≤1000000000) — the initial number.
For each test case output "Alice" if Alice will win the game or "Bob" if Bob will win, if both pla
4
1
4
12
69
Bob
Alice
Alice
Bob