摘要:
题目描述:http://poj.org/problem?id=1321典型的凸包 ,求凸包周长再加上一个圆的周长注意:输出时别用%.lf 原因:http://bbs.byr.cn/#!article/ACM_ICPC/4537932ms如果你想研究者道题的话还是绕道吧,看一下那些大牛的代码把#include <stdio.h>#include <stdlib.h>#include<math.h>struct a{ int x; int y; double an;};int si=-1;void push(struct a a[],struct a s){ s 阅读全文
posted @ 2012-03-28 11:22
枫月寒
阅读(158)
评论(0)
推荐(0)

浙公网安备 33010602011771号