a, b = map(int, input().split()) print("Alice" if a >= b and a - b != 1 else "Bob")