n=int(input()) a=list(map(int,input().split())) c=a.count(1) print('Alice' if (n+c)%2==0 else 'Bob')