n, k = map(int, input().split()) print('Alice' if n >= 3 and n % 2 else 'Bob')