#include using namespace std; #define loop(x, n) for(int x = 0; x < n; x++) #define ull unsigned long long int main() { int t; cin>>t; while(t--) { string s; cin>>s; string h = "hackerrank"; int j=0; int siz = s.size(); for(int i=0;i