import sys n = int(sys.stdin.readline()) print('Long' * n)