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