摘要: 理论1A。 //没删debug的文件读入。。 傻逼题。 先求出来每条边两侧的三角形,然后枚举边,根据叉积判断三角形位置,建图,拓扑排序。 1 #include <bits/stdc++.h> 2 #define pii pair<int,int> 3 using namespace std; 4 t 阅读全文
posted @ 2019-03-04 12:09 MXang 阅读(141) 评论(0) 推荐(0) 编辑