比赛 EYOI常规赛 3rd & 新年特辑 评测结果 WAWWWWWWWW
题目名称 虫洞排序 最终得分 10
用户昵称 ムラサメ 运行时间 0.000 s
代码语言 C++ 内存使用 0.00 MiB
提交时间 2022-01-04 20:14:21
显示代码纯文本
#include<bits/stdc++.h>
using namespace std;
int main(){
	freopen("usaco_Jan_wormsort.in","r",stdin);
	freopen("usaco_Jan_wormsort.out","w",stdout);
	cout<<-1<<endl;
	return 0;
}