numbers = int(input()) i = 0 while(i <= numbers): print("Long", end='') i += 1