#include using namespace std; int main(){ int n,i,j; cin >> n; for(i = 0; i < n; i++) { int k=0,flag=0; string s,w="hackerrank"; cin >> s; for(j=0;j