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