2008年7月26日

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/* 叉乘求多边形面积 */ #include #include #define MAXN 1000001 using namespace std; struct point { int ... 阅读全文
posted @ 2008-07-26 18:14 三鲜 阅读(489) 评论(0) 推荐(0) 编辑
 
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/* 留心小于1且斜放的情况 */ #include #include #define eps 1e-6 using namespace std; double sin60 = sqrt(3.0)... 阅读全文
posted @ 2008-07-26 12:24 三鲜 阅读(393) 评论(0) 推荐(0) 编辑