不可以,总司令
查看原帖
不可以,总司令
1404759
Cc1537509875楼主2024/11/9 16:26

经典永流传

逆天45分

#include <bits/stdc++.h>

using namespace std;

int main() 
{
    std::ios::sync_with_stdio(0);
    int n,m,x,y;
    cin>>n>>m;
    while(m--){
        cin>>x>>y;
    }
    int q;
    cin>>q;
    while(q--){
        cout<<"NO"<<endl;
    }
    return 0;
}
2024/11/9 16:26
加载中...