N = int(input()) S = "Hello world!" for _ in range(N):print(S)