666全输出NO拿45pts
2025-10-26 15:22:01
发布于:北京
4阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
typedef unsigned long long ull;
int main(){
ull n;
cin>>n>>n;
for(int i=1;i<=n;i++){
int x;
cin>>x>>x;
}
ull q;
cin>>q;
while(q--)cout<<"NO"<<endl;
return 0;
}
//预计0pts
//实际45pts
这里空空如也


有帮助,赞一个