#include <bits/stdc++.h>
#define rep(i,n) for(int i = 0; i < (n); ++i)
#define srep(i,s,t) for (int i = s; i < t; ++i)
#define drep(i,n) for(int i = (n)-1; i >= 0; --i)
using namespace std;
typedef long long int ll;
typedef pair<int,int> P;
#define yn {puts("YES");}else{puts("NO");}
#define MAX_N 200005

int main() {
    int n;
    cin >> n;

    if(n >= 1){
        cout << "Hello! You're new here, right? It's nice to meet you." << endl;
    }
    if(n >= 2){
        cout << "Hello! You're new here, right? It's nice to meet you." << endl;
    }
    if(n >= 3){
        cout << "Hello! You're new here, right? It's nice to meet you." << endl;
    }
    if(n >= 4){
        cout << "Hello! You're new here, right? It's nice to meet you." << endl;
    }
    if(n >= 5){
        cout << "Hello! You're new here, right? It's nice to meet you." << endl;
    }
    if(n >= 6){
        cout << "Hello! You're new here, right? It's nice to meet you." << endl;
    }
    if(n >= 7){
        cout << "Hello! You're new here, right? It's nice to meet you." << endl;
    }
    if(n >= 8){
        cout << "Hello! You're new here, right? It's nice to meet you." << endl;
    }
    if(n >= 9){
        cout << "Hello! You're new here, right? It's nice to meet you." << endl;
    }
    if(n >= 10){
        cout << "Hello! You're new here, right? It's nice to meet you." << endl;
    }
    if(n >= 11){
        cout << "Hello! You're new here, right? It's nice to meet you." << endl;
    }
    if(n >= 12){
        cout << "Hello! You're new here, right? It's nice to meet you." << endl;
    }
    if(n >= 13){
        cout << "Hello! You're new here, right? It's nice to meet you." << endl;
    }
    if(n >= 14){
        cout << "Hello! You're new here, right? It's nice to meet you." << endl;
    }

    return 0;
}