比赛 CSP2023-S模拟赛 评测结果 WWWWWWWWWW
题目名称 编辑题目 最终得分 0
用户昵称 宇战 运行时间 0.000 s
代码语言 C++ 内存使用 0.00 MiB
提交时间 2023-10-17 21:34:44
显示代码纯文本
#include<bits/stdc++.h>
    using namespace std;
    const int N=1000000;
    int n,m,tot,top;
    
    int main(){
        freopen("edit.in","r",stdin);
        freopen("edit.out","w",stdout);
          cout<<0;
    }