a, b = map(int, input().split()) print('Alice' if a == 1 or b == 1 or a == b or b + 2 <= a else 'Bob')