#1506 Unbalanced Pocky Game n=int(input()) A=list(map(int,input().split())) if A[-1]!=1: print('Alice') else: print('Bob')