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