#include using namespace std; using ch = char; using ll = long long; using ld = long double; using db = double; using st = string; using vdb = vector; using vvdb = vector; using vl = vector; using vvl = vector; using vvvl = vector; using vd = vector; using vvd = vector; using vs = vector; using vvs = vector; using vc = vector; using vvc = vector; using vb = vector; using vvb = vector; using vvvb = vector; const ll mod = 998244353; const ll MOD = 1000000007; using vp = vector>; #define fi first #define se second int main(){ ll N,X,M; cin>>N>>X>>M; vl A(N); for(auto &a:A) cin>>a; ll ans=0; ll b=0; for(int i=N-1; i>-1; i--){ ll a=0; for(int j=0; jM) cout<<"No"<