摘要: "不要把社会想的太复杂,有老人摔倒了要扶起来!他要是讹你,你就说我是计院的将来快30岁时工资才2000多,他要是还讹你说明他是软院的,穷疯了!"我吃饱撑的干嘛写多组数据输入呢!一组数据直接就能秒过!#include <cstdio>using namespace std;const int N = 1000;struct point{ int x; int y;}p[N];int n, max, cnt;double judge(point p1, point p2, point p3){ return (p1.x - p2.x)*(p1.y - p3.y) - 阅读全文
posted @ 2011-10-27 20:18 AC_Von 阅读(239) 评论(0) 推荐(0) 编辑