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