a = int(input()) if a>0: print("BIG") else: print("small")