摘要:
#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-
阅读(136)
评论(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-
阅读(259)
评论(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-
阅读(218)
评论(0)
推荐(0)

浙公网安备 33010602011771号