n,k=map(int,input().split()) print(["Bob","Alice"][n%2])