n = int(input()) s = "Hello world!\n" print(s * n)