#include using namespace std; typedef signed long long ll; #undef _P #define _P(...) (void)printf(__VA_ARGS__) #define FOR(x,to) for(x=0;x S; void solve() { int i,j,k,l,r,x,y; string s; string a,b; cin>>N; FOR(i,N) cin>>s, S.insert(s); a="iaaeuu"; b="nbmdr"; sort(ALL(a)); sort(ALL(b)); do { do { string c=" "; FOR(i,5) c[i*2]=a[i],c[i*2+1]=b[i]; c[10]=a[5]; if(S.count(c)==0) return _P("%s\n",c.c_str()); } while(next_permutation(ALL(b))); } while(next_permutation(ALL(a))); _P("NO\n"); } int main(int argc,char** argv){ string s;int i; if(argc==1) ios::sync_with_stdio(false); FOR(i,argc-1) s+=argv[i+1],s+='\n'; FOR(i,s.size()) ungetc(s[s.size()-1-i],stdin); solve(); return 0; }