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