#include using namespace std; #define rep(i,l,r) for(int i=(l);i<(r);++i) typedef long long ll; int main(){ string s="Hello! You're new here, right? It's nice to meet you."; int n; cin>>n; rep(i,0,n) cout<