比赛 东方版NOIP模拟赛 评测结果 C
题目名称 Yuyuko 最终得分 0
用户昵称 pangxinying 运行时间 0.000 s
代码语言 C++ 内存使用 0.00 MiB
提交时间 2015-10-28 21:34:55
显示代码纯文本
#include <iostream>
#include <cstdio>
#include <cstring>
#include <cmath>
#include <algorithm>
#include <climits>
using namespace std;
struct node 
{
	int x,y;
	int a,b;
	
}
const int maxn=30000+10;

int n,m;

int main()
{
	freopen("zaw.in","r",stdin);
	freopen("zaw.out","w",stdout);
	
	cout<<"-1"<<endl; 
	return 0;
}