2011年8月22日

ACM PKU 1696 Space Ant

摘要: 题目描述:http://poj.org/problem?id=1696#include <iostream>#include <cstring>#include <cstdio>#include <algorithm>const int MAXN=50;using namespace std;struct point{ int x,y,index;} p[MAXN+10];point tmp;int test;int Xmul(point sp, point ep, point op){ return (sp.x - op.x) * (ep.y 阅读全文

posted @ 2011-08-22 16:47 _Clarence 阅读(143) 评论(0) 推荐(0) 编辑

导航