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