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