222

Posted noblex

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了222相关的知识,希望对你有一定的参考价值。

#include <cstdio>
#include <algorithm>
using namespace std;
const int N=12000;
int son[N][26], q[N], end[N], ans[N], n;
char s[1000007];

int main()
{
while(scanf("%d",&n) && n)
{
int rt=newp=1;
for(int i=1;i<=n;i++)
{
scanf("%s",s+1);
int cur=rt,m=strlen(s+1);
for(int j=1;j<=m;j++)
{
if(!son[cur][s[j]-‘a‘]) son[cur][s[j]-‘a‘]=++newp;
cur=son[cur][s[j]-‘a‘];
}
end[i]=cur;
}
// abcdefg
}
}

以上是关于222的主要内容,如果未能解决你的问题,请参考以下文章

如何用group by查询group by?

计算s=2+22+222+2222......的值

COMP222 - 2019

UOJ 222

COMP222 - 2019 - Second CA

解析COMP222 Second CA