a = int(input()) if a >= 0 and a <= 9: print("LABAIS") else: print("sliktais")