摘要: 1 #include 2 using namespace std; 3 int main() 4 { 5 int n,x,y; 6 int x1[11000],y1[11000],lx[11000],ly[11000]; 7 cin >> n; 8 for (int i = 1;i > x1[i] >> y1[i] >> lx[i] >> ly[... 阅读全文
posted @ 2019-07-25 21:10 IAT14 阅读(291) 评论(1) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 using namespace std; 4 struct stu 5 { 6 string name; 7 int y; 8 int m; 9 int d; 10 int id; 11 friend bool operator > n; 45 for (int i = ... 阅读全文
posted @ 2019-07-25 11:42 IAT14 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 using namespace std; 4 int main() 5 { 6 int w,n,p[31000],res = 0; 7 cin >> w; 8 cin >> n; 9 for (int i = 1;i > p[i]; 11 sort(p + 1,p + n + 1); 1... 阅读全文
posted @ 2019-07-25 11:01 IAT14 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 using namespace std; 4 struct stu 5 { 6 int id; 7 int ch; 8 int mth; 9 int eng; 10 friend bool operator > n; 38 for (int i = 1;i > vec[i].ch... 阅读全文
posted @ 2019-07-25 11:00 IAT14 阅读(233) 评论(0) 推荐(0) 编辑