n, k = map(int, input().split()) if n%2 == 0 : print("Bob") else: print("Alice")