fun main(){
    repeat(readLine()!!.toInt()){
        println("Hello! You're new here, right? It's nice to meet you.")
    }
}