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