count = int(input()) result = "" for i in range(count): result += "Long" print(result)