摘要: #include <iostream> #include <bits/stdc++.h> #include <string> using namespace std; typedef struct { int x;int y;char type; }XY; vector<XY> xy; int th 阅读全文
posted @ 2021-02-03 16:23 -Asurada- 阅读(115) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <bits/stdc++.h> #include <string> using namespace std; typedef struct { int x;int y; }XY; XY xy1,xy2; int k;//阈值 int acro 阅读全文
posted @ 2021-02-03 12:20 -Asurada- 阅读(178) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <bits/stdc++.h> #include <string> using namespace std; typedef struct { int x;int y;int dis;int no; }XY; int dis(XY temp, 阅读全文
posted @ 2021-02-03 11:00 -Asurada- 阅读(191) 评论(0) 推荐(0) 编辑