Alice and Bob went on an adventure, where they found a mysterious array $$$A$$$ consisting of $$$N$$$ positive integers. The $$$i$$$-th element of the array is called $$$A_i$$$.
Alice and Bob decided to play a game with this array, where each player moves in turn, and whoever can't find a valid move loses. Alice goes first. In simple words, Alice makes her move, then it is Bob's move, then it is Alice's move again, and so on. In every move, the player (whose move it is) does the following things sequentially:
The first line contains a positive integer representing the number of test cases.
For each test case, the first line contains a positive integer $$$N$$$ and the following line contains $$$N$$$ space-separated positive integers representing the array $$$A$$$.
Constraints
For each test case, print "Alice" or "Bob" in a single line without the quotes referring to who will win the game.
2 4 2 3 2 1 5 727 86197 46727 43969 34157
Bob Alice
In the first sample test case: