摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1530 求最大团裸题。 模板:maxx即为所求的最大团的值。 代码1: #include<iostream> #include<cstring> #include<cstdio> using namesp 阅读全文
posted @ 2017-04-11 12:13 a_clown_cz 阅读(625) 评论(0) 推荐(0)