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