N,K = map(int,input().split()) ans = 'Bob' if N % 2: ans = 'Alice' print(ans)