摘要: http://poj.org/problem?id=3792 1 #include 2 #include 3 #include 4 #include 5 #define maxn 2000 6 using namespace std; 7 struct node 8 { 9 int x,y,z;10 }p[maxn];11 int main()12 {13 int t,n;14 scanf("%d",&t);15 for(int i=1; i<=t; i++)16 {17 int ans=0;18 scanf("... 阅读全文
posted @ 2014-04-03 20:47 null1019 阅读(170) 评论(0) 推荐(0) 编辑