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