摘要:
水题。。[a,b]区间数的最大公约数。 a==b输出a 否则输出1 1 #include<cstdio> 2 #include<cstring> 3 #include<iostream> 4 #include<queue> 5 #include<stack> 6 #include<cmath> 7 阅读全文
摘要:
http://blog.csdn.net/acdreamers/article/details/7626671 学习一下Dilworth定理 推荐一篇写得很好博客 要求最少的覆盖,按照Dilworth定理 最少链划分 = 最长反链长度 所以最少系统 = 最长导弹高度上升序列长度。 之前写的LIS模板 阅读全文