n = int(input()) a = list(map(int, input().split())) print("Bob" if (n + a.count(1)) % 2 else "Alice")