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