N = int(input()) S = "" for i in range(N): S = S + "Long" print(S)