自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 [kuangbin带你飞]专题17:C - 病毒侵袭持续中(HDU3065)

原题#include<iostream> #include<cstring> #include<string> #include<cstdio> #include<queue> using namespace std;const int MAXN = 1010*55;int Next[MAXN][26], fail[MAXN], v[MAXN]; int L, root; int num[101

2017-09-27 21:59:47 400

原创 [kuangbin带你飞]专题17:B - 病毒侵袭(HDU2896)

原题#include<iostream> #include<cstdio> #include<string> #include<cstring> #include<queue> #include<algorithm> using namespace std;const int MAXN = 128; int num[3];struct node { node *next[MAXN], *fa

2017-09-27 21:56:54 406

原创 [kuangbin带你飞]专题17:A - Keywords Search(HDU2222)

AC自动机模版题#include<iostream> #include<queue> #include<algorithm> #include<cmath> #include<cstdio> #include<string> #include<cstring>using namespace std;//可优化为数组形式struct node{ node* next[26]; node

2017-09-27 21:50:28 239

原创 [kuangbin带你飞]专题17:D - Detect the Virus(ZOJ3430)

D - Detect the Virus (zoj3430)原题AC自动模版 + base64的解码#include<iostream> #include<stack> #include<queue> #include<string> #include<cstring> #include<cstdio> #include<vector> using namespace std;const int M

2017-09-27 21:27:28 238

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除