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