随笔分类 -  Computer Science Academy

摘要:"题目" Analysis 曼哈顿距离($L1$ metric)最小生成树。 Implementation 下面的代码参考了 "gispzjz" 在比赛中的 "提交" 。 c++ include using namespace std; define pb push_back define eb e 阅读全文
posted @ 2018-07-26 00:08 Pat 阅读(339) 评论(0) 推荐(0)