n,k=map(int,input().split()) if (n**2)%2==1: print('Bob') else: print('Alice')