#include<bits/stdc++.h> using namespace std; int n,m,q; int main(){ freopen("galaxy.in","r",stdin); freopen("galaxy.out","w",stdout); cin>>n>>m>>q; for(int i=1;i<=q;i++)cout<<"NO"<<endl; return 0; }
为啥子我是0分捏