#include using namespace std; typedef long long ll; typedef pair P; #define REP(i,n) for(int i=0;i> T; REP(tc,T){ int N; string S; cin >> N >> S; string x="helloworld",s=S; bool f=false; REP(i,N-9){ string y=s.substr(i,10); if(x==y){ f=true; break; } } if(f){ REP(i,N) if(s[i]=='?') s[i]='a'; cout << s << endl; continue; } vector v; for(i=0;i<(1<<10);i++){ string t=x; for(j=0;j<10;j++){ if(i&(1<