#include #define rep(i,n) for(int i=0;i; int main(){ int n; cin >> n; rep(i,n) cout << "Hello! You're new here, right? It's nice to meet you." << endl; }