N = int(input()) S = "Hello! You're new here, right? It's nice to meet you." for _ in range(N): print(S)