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