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