#include using namespace std; #define INF 1234567890 #define ll long long int T; int N; string s; string H = "helloworld"; int main() { ios::sync_with_stdio(0); cin.tie(0); cin.exceptions(ios::badbit | ios::failbit); cin >> T; while(T--) { cin >> N >> s; string res = string(1, '~'); for(int i=0; i+9