摘要: #多边形的公共部分 ##分析: 求多边形面积交模板题 ##实现: #include <bits/stdc++.h> using namespace std; #define mst(x, y) memset(x, y, sizeof x) #define endl '\n' #define INF 阅读全文
posted @ 2023-03-27 21:57 347Foricher 阅读(74) 评论(0) 推荐(0)