2013年8月27日

摘要: http://www.cnblogs.com/wangziyun/archive/2013/03/14/2960158.html 阅读全文

posted @ 2013-08-27 21:03 Lugh 阅读(149) 评论(0) 推荐(0)

摘要: http://www.cnblogs.com/pyfissb/p/3206256.html 阅读全文

posted @ 2013-08-27 21:01 Lugh 阅读(97) 评论(0) 推荐(0)

2013年5月29日

摘要: 这篇文章很好http://blog.sina.com.cn/s/blog_70811e1a01014esn.html我的代码: 1 #include<cstdlib> 2 #include<cstdio> 3 #include<cstring> 4 #include<algorithm> 5 6 using namespace std; 7 8 char st[100010],s[100010]; 9 int rad[100010];10 int mxn = 0,k,ans;1112 int main()13 {14 scanf("%s 阅读全文

posted @ 2013-05-29 21:11 Lugh 阅读(161) 评论(0) 推荐(0)