N=int(input()) A=list(map(int,input().split())) if N==1 or A[-1]>1: print('Alice') else: print('Bob')