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