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