(define yuki1445 (let* ((n (read))) (do ((i 0 (+ i 1))) ((= i n) ) (display "Hello! You're new here, right? It's nice to meet you.\n") ) ) )