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