#include using namespace std; int main() { int q; cin>>q; while(q--) { string str = "hackerrank"; string s; cin>>s; int ind=0, c=0; for(int i=0;i