摘要: 1 #include<bits/stdc++.h> 2 using namespace std; 3 struct point 4 { 5 int x,y; 6 }p1,p2,p3,p4; 7 int cross(const point &a,const point &b,const point & 阅读全文
posted @ 2017-11-26 17:36 NotNight 阅读(156) 评论(0) 推荐(0) 编辑