经验积累
fengliuzidi
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
oj用户品牌
#include #include #include #include #include using namespace std; const int maxn = 1000000 + 10; char P[maxn]; int f[maxn]; int main(){ string s; while(cin >> s){ map halve;原创 2017-05-03 15:37:10 · 685 阅读 · 0 评论 -
uva 1627
刘汝佳UVA1627代码,有一些困惑,看了很久才看懂,附带自己的理解在代码中。 // UVa1627 Team them up! // Rujia Liu #include #include #include #include #include using namespace std; const int maxn = 100 + 5; int n,转载 2017-04-27 22:08:17 · 572 阅读 · 0 评论
分享