题目链接:http://lightoj.com/volume_showproblem.php?problem=1203 题意:给你一个点集,求凸包中最小的角;模板题,但是刚开始的时候模板带错了,错的我都想吐了; #include <stdio.h> #include <algorithm> #inc Read More
posted @ 2016-09-26 16:38 西瓜不懂柠檬的酸 Views(242) Comments(0) Diggs(0)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1348 求凸包周长+2*PI*L; #include <stdio.h> #include <algorithm> #include <cstring> #include <cmath> using na Read More
posted @ 2016-09-26 11:45 西瓜不懂柠檬的酸 Views(132) Comments(0) Diggs(0)
levels of contents