
模板
嘎达啊
无名小卒
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
归并排序
参考资料 :http://blog.youkuaiyun.com/morewindows/article/details/6678165http://www.slyar.com/blog/poj-2299-c.html模板:#include #include #include using namespace std;const int maxn = 5e翻译 2013-08-13 15:13:24 · 520 阅读 · 0 评论 -
KMP
参考: http://www.cnblogs.com/BeyondAnyTime/archive/2012/07/09/2583133.html以hdu 1711 为模板#include #include #include using namespace std;const int maxn = 1e6+9;const int maxn1 = 1e4+9;in翻译 2013-08-14 22:56:29 · 500 阅读 · 0 评论