比赛 名字我取了 评测结果 WWWWWWWWWW
题目名称 最好的边权 最终得分 0
用户昵称 CSU_Turkey 运行时间 0.003 s
代码语言 C++ 内存使用 0.31 MiB
提交时间 2017-09-15 21:47:23
显示代码纯文本
#include<bits/stdc++.h>
using namespace std;
int main()
{
	freopen("BEW.in","r",stdin);
	freopen("BEW.out","w",stdout);
	cout<<-1;
	return 0;
}