N = int(input()) K = '' for i in range(N): K += 'Long' print(K)