from collections import deque N=int(input()) def root(n): if ne[n]<0:return n else: ne[n]=root(ne[n]) return ne[n] ne=[-1]*N def merge(x,y): x,y=root(x),root(y) if x==y:return if y1: print("Bob") else: print("Alice")