摘要: 这道题主要的注意的地方就是叉积有向面积公式使用的熟练度; 还有注意数据类型; #include<iostream> #include<cstring> #include<cmath> using namespace std; char num[1000100]; int dir[10][2]={0, 阅读全文
posted @ 2016-05-09 00:21 FireCool 阅读(147) 评论(0) 推荐(0)