打卡
2025-06-21 18:16:45
发布于:广东
25阅读
0回复
0点赞
#include <iostream>
#include <cstdio>
using namespace std;
int main(){
ios::sync_with_stdio(0);
cin.tie(0), cout.tie(0);
int n, m;
cin >> n >> m;
for(int i = 1; i <= m; i++){
int x, y;
cin >> x >> y;
}
int t;
cin >> t;
while(t--) cout << "NO\n";
return 0;
}
全部评论 2
d
昨天 来自 江苏
0d
昨天 来自 广东
0ndnmn
昨天 来自 广东
0
有帮助,赞一个