#include using namespace std; typedef long long ll; typedef pair P; #define REP(i,n) for(int i=0;i> N >> S; S+='x'; REP(i,N) if(S[i]!='w' && S[i]!='a' && S[i]!='o' && S[i]!='n' &&S[i]!='?'){ cout << "No" << endl; return 0; } if(N==1 && S[0]!='n' && S[0]!='?'){ cout << "No" << endl; return 0; } if(S[0]=='a' || S[0]=='o' || S[N-1]=='w'){ cout << "No" << endl; return 0; } for(i=1;i