N = int(input()) A = list(map(int, input().split())) ans = 0 for i in range(1, N, 2): ans ^= A[i] print("Alice") if ans else print("Bob")