n = int(input()) message = "Hello! You're new here, right? It's nice to meet you." print(message * n)