A,B=map(int,input().split()) assert A==B if A>=B: print('Alice') else: print('Bob')