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