
ACM
文章平均质量分 92
lyhylex
这个作者很懒,什么都没留下…
展开
-
UVA 11177 凸多边形和圆交
#define _USE_MATH_DEFINES #include #include #include #include using namespace std; struct Vertex { double x, y; }; int vc; Vertex vs[64]; double dis[64]; enum ItType { N, IO, OI }; struct IVtx {原创 2015-10-02 15:46:42 · 645 阅读 · 0 评论 -
2013 ACM/ICPC Asia Regional Changsha Online Contest C
莫名其妙的WA,莫名其妙的A…… 不过正好练练代码风格。 So far, there are many color models in different area. For screen display, the most popular model is RGB color model. A color in the RGB color model is described indic原创 2015-11-14 21:01:31 · 643 阅读 · 0 评论