#yuki1506 n=int(input()) a=list(map(int, input().split())) res=1 for x in a[1:]: if res: if x==1: res=0 else: res=1 print('Alice' if res else 'Bob')