摘要:
凸包问题poj 1113http://poj.org/problem?id=1113题意就是给你一些点,然后让你求凸包并求出这个凸包的周长,由于题目中有要求,所以求出周长后还要再加上一个以输入 L 为半径的园的周长,才是所求的答案View Code 1 #include <stdio.h> 2 #include <string.h> 3 #include <iostream> 4 #include <algorithm> 5 #include <stdlib.h> 6 #include <math.h> 7 #define 阅读全文
posted @ 2012-05-05 21:31
AC_Girl
阅读(200)
评论(0)
推荐(0)