比赛 EYOI与SBOI开学欢乐赛2nd 评测结果 WAWWW
题目名称 01串 最终得分 20
用户昵称 ムラサメ 运行时间 0.000 s
代码语言 C++ 内存使用 0.00 MiB
提交时间 2022-09-02 19:06:09
显示代码纯文本
#include<bits/stdc++.h>
using namespace std;
int main(){
	freopen("sequence.in","r",stdin);
	freopen("sequence.out","w",stdout);
	cout<<"-1"<<endl; 
	return 0;
}