n = int(input()) print("Alice" if sum(list(map(int, input().split()))[1::2])%2 else "Bob")