摘要: HDU 1711 Number Sequence(模板题) #include<stdio.h> #include<string> const int maxn=1e6+10; const int maxm=1e4+10; int t,n,m,s[maxn],p[maxn]; int next[max 阅读全文
posted @ 2019-11-09 14:39 Maynerd 阅读(521) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1711 Number Sequence Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)T 阅读全文
posted @ 2019-11-09 00:28 Maynerd 阅读(126) 评论(0) 推荐(0) 编辑