#include using namespace std; #define rep(i, n) for (int i = 0; i < (int)(n); i++) using intt = int64_t; intt sum(const long &a, const long &b) { return (a + b) * (b - a + 1) / 2; } vector alphabet={'A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z'}; int main() { cout << fixed << setprecision(10); int n; cin>>n; rep(i,n){ cout<<"Hello! You're new here, right? It's nice to meet you."<