#include using namespace std; typedef long long ll; typedef pair P; int main(){ int i,j,t; cin >> t; while(t--){ vector ans; int n; string s,t="helloworld",s1; cin >> n >> s; s1=s; for(i=n-10;i>=0;i--){ bool flag=true; for(j=i;j