比赛 20150408 评测结果 WWWAWWWWWW
题目名称 牛的路线2 最终得分 10
用户昵称 Ra-xp 运行时间 0.004 s
代码语言 C++ 内存使用 39.26 MiB
提交时间 2015-04-08 21:31:33
显示代码纯文本
#include<algorithm>
#include<iostream>
#include<fstream>
#include<cstdio>
#include<cmath>
#include<cstring>
#include<vector>
#include<stack>
using namespace std;
class T
{
	int way;
	int where[510];
	int much[510];
}
city[10000];

int main()
{
	freopen("cowrouteb.in","r",stdin);
	freopen("cowrouteb.out","w",stdout);
	int i, j, k, n, m, o, b, e;
	cout<<-1<<endl;
	return 0;
}
//I have gived up~~