比赛 EYOI暨SBOI暑假快乐赛6th 评测结果 WWWWWWAW
题目名称 软件补丁 最终得分 12
用户昵称 该账号已注销 运行时间 0.000 s
代码语言 C++ 内存使用 0.00 MiB
提交时间 2022-06-30 09:16:25
显示代码纯文本
#include<bits/stdc++.h>
using namespace std;
int main(){
    freopen("bugs.in","r",stdin);
    freopen("bugs.out","w",stdout);
    cout<<-1<<endl;
    return 0;
}