摘要: (由于图片无法显示,链接:http://acm.hrbust.edu.cn/index.php?m=ProblemSet&a=showProblem&problem_id=1218)View Code 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<string.h> 4 #include<math.h> 5 const int M=600; 6 const int INF=1<<28; 7 int c,n,a,b,x[M],y[M],t,ta; 8 double 阅读全文
posted @ 2012-07-26 11:17 _sunshine 阅读(238) 评论(0) 推荐(0) 编辑