N = int(input()) print("Hello world!\n" * N, end="")