比赛 东方版NOIP模拟赛 评测结果 C
题目名称 Yuyuko 最终得分 0
用户昵称 pangxinying 运行时间 0.000 s
代码语言 C++ 内存使用 0.00 MiB
提交时间 2015-10-28 21:34:55
显示代码纯文本
  1. #include <iostream>
  2. #include <cstdio>
  3. #include <cstring>
  4. #include <cmath>
  5. #include <algorithm>
  6. #include <climits>
  7. using namespace std;
  8. struct node
  9. {
  10. int x,y;
  11. int a,b;
  12. }
  13. const int maxn=30000+10;
  14.  
  15. int n,m;
  16.  
  17. int main()
  18. {
  19. freopen("zaw.in","r",stdin);
  20. freopen("zaw.out","w",stdout);
  21. cout<<"-1"<<endl;
  22. return 0;
  23. }