import sys N = int(input()) if N % 2 == 0: print("Bob") else: print("Alice")