n, k = map(int, input().split()) if n % 2 == 1: print("Alice") else: print("Bob")