for ( string::iterator i=longers.begin();i!=longers.end();i++) {
for (string::iterator it = shorters.begin();it!=shorters.end();it++){
if (*it == 'A'){
*it++;
}
if(*it == 'T'){
*it++;
}
if (*it == 'C'){
*it++;
}
if (*it == 'G'){
*it++;
}
found = ls.find(ss);
if (found!=std::string::npos)
cout<<found;