#include #include using namespace std; void comp(string S2){ int count=0; int getin=0; string S1="hackerrank"; if(S2.size() < S1.size()){ cout<<"NO"<>n; for(int i=0;i>S; comp(S); } return 0; }