import java.util.Scanner object Main extends App { val sc = new Scanner(System.in) (0 until sc.nextInt).foreach(_ => println("Hello! You're new here, right? It's nice to meet you.")) }