mod = 1000000007 eps = 10**-9 def main(): import sys input = sys.stdin.readline print("Long" * int(input())) if __name__ == '__main__': main()