比赛 |
EYOI暨SBOI暑假快乐赛6th |
评测结果 |
WWWWWWAW |
题目名称 |
软件补丁 |
最终得分 |
12 |
用户昵称 |
➥Q小白小黑233 |
运行时间 |
0.000 s |
代码语言 |
C++ |
内存使用 |
0.00 MiB |
提交时间 |
2022-06-30 11:08:49 |
显示代码纯文本
#include<cstdio>
#include<cmath>
#include<iostream>
#include<queue>
#include<map>
#include<stack>
#include<set>
#include<utility>
#include<algorithm>
#include<string>
#include<bitset>
using namespace std;
const int MAXN=200002;
bool b[MAXN]={};
bool c[MAXN]={};
int delta[MAXN]={};
int main(){
freopen("bugs.in","r",stdin);
freopen("bugs.out","w",stdout);
int n;
int i,j,k;
cout<<-1<<endl;
return 0;
}