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