N = int(input())
for i in range(N):
	print("Long", end='')
print()