#Cows

poj3348 Cows 凸包+多边形面积 水题

/*poj3348Cows凸包+多边形面积水题floor向下取整,返回的是double*/#include<stdio.h>#include<math.h>#include<algorithm>usingnamespacestd;constdoubleeps=1e-8;structp...

POJ3348 Cows 计算几何 凸包

  求凸包面积(答案÷50)  凸包裸题。#include<cstring>#include<cstdio>#include<algorithm>#include<cstdlib>#include<cmath>usingnamespacestd;...

Leetcode_299_Bulls and Cows

本文是在学习中的总结,欢迎转载但请注明出处:http://blog.csdn.net/pistolove/article/details/50768550Youareplayingthefollowing BullsandCows gamewithyourfriend:Youwritedownanu...
代码星球 代码星球·2020-04-06