n=int(input()) a=list(map(int,input().split()))[1::2] x=0 for i in a: x^=i print("Alice" if x else "Bob")