A, B = map(int, input().split()) if A == B or A >= B + 2: print("Alice") else: print("Bob")