#include using namespace std; using ll = long long; void solve() { int n; cin>>n; string s1=" I hate that"; string s2=" I love that"; string s; for(int i=1; i> TC; //cin.ignore(); while (TC--) solve(); }