import sys N = int(input()) for i in range(N): sys.stdout.write("Hello\n")