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