摘要: 这篇里面有几个链接还不错https://www.cnblogs.com/dirge/p/5810855.html 不错的CDQ分治 https://www.cnblogs.com/mlystdcall/p/6219421.html 关于偏序问题的总结 http://blog.csdn.net/jtj 阅读全文
posted @ 2018-01-16 20:45 yijiull 阅读(143) 评论(0) 推荐(0)
摘要: K-th Number POJ - 2104 第一道主席树... 本来暑假就该学会的东西拖到了寒假orz... 要不是看到了这个博客估计还没去学 链接 1 #include <iostream> 2 #include <cstring> 3 #include <cstdio> 4 #include 阅读全文
posted @ 2018-01-16 15:04 yijiull 阅读(111) 评论(0) 推荐(0)
摘要: A * B Problem Plus HDU - 1402 第一道FFT... 1 #include <iostream> 2 #include <complex> 3 #include <cstdio> 4 #include <cstring> 5 #include <cmath> 6 #incl 阅读全文
posted @ 2018-01-16 12:07 yijiull 阅读(133) 评论(0) 推荐(0)