#include using namespace std; int main(){ int t; cin>>t; string good="good",problem="problem"; string s; while(t--){ cin>>s; int ans=11,length=(int)s.size(); for(int i=0;i