摘要: 链接 [http://poj.org/problem?id=1659] 题意 略 分析 (Havel Hakimi定理) 贪心就好了 代码 include include include using namespace std; const int N=15; struct str{ int deg 阅读全文
posted @ 2018-10-31 19:28 ChunhaoMo 阅读(177) 评论(0) 推荐(1)