0_0_32284917_989.cpp:12:2: error: stray '#' in program
int len=strlen(str);
^
0_0_32284917_989.cpp:12:9: error: stray '#' in program
int len=strlen(str);
^
0_0_32284917_989.cpp:13:2: error: stray '#' in program
int root=0;
^
0_0_32284917_989.cpp:13:9: error: stray '#' in program
int root=0;
^
0_0_32284917_989.cpp:14:2: error: stray '#' in program
string strr="";
^
0_0_32284917_989.cpp:14:9: error: stray '#' in program
string strr="";
^
0_0_32284917_989.cpp:15:2: error: stray '#' in program
string str2="";
^
0_0_32284917_989.cpp:15:9: error: stray '#' in program
string str2="";
^
0_0_32284917_989.cpp:16:2: error: stray '#' in program
for(int i=0;i<len;i++)
^
0_0_32284917_989.cpp:16:9: error: stray '#' in program
for(int i=0;i<len;i++)
^
0_0_32284917_989.cpp:17:2: error: stray '#' in program
{
^
0_0_32284917_989.cpp:17:9: error: stray '#' in program
{
^
0_0_32284917_989.cpp:18:2: error: stray '#' in program
int id=str[i]-'a';
^
0_0_32284917_989.cpp:18:9: error: stray '#' in program
int id=str[i]-'a';
^
0_0_32284917_989.cpp:18:16: error: stray '#' in program
int id=str[i]-'a';
^
0_0_32284917_989.cpp:18:23: error: stray '#' in program
int id=str[i]-'a';
^
0_0_32284917_989.cpp:19:2: error: stray '#' in program
strr+=(belong[id]+'0');//将插入的字符串映射成数字序列
^
0_0_32284917_989.cpp:19:9: error: stray '#' in program
strr+=(belong[id]+'0');//将插入的字符串映射成数字序列
^
0_0_32284917_989.cpp:19:16: error: stray '#' in program
strr+=(belong[id]+'0');//将插入的字符串映射成数字序列
^
0_0_32284917_989.cpp:19:23: error: stray '#' in program
strr+=(belong[id]+'0');//将插入的字符串映射成数字序列
^
0_0_32284917_989.cpp:20:2: error: stray '#' in program
str2+=str[i];//当前前缀
^
0_0_32284917_989.cpp:20:9: error: stray '#' in program
str2+=str[i];//当前前缀
^
0_0_32284917_989.cpp:20:16: error: stray '#' in program
str2+=str[i];//当前前缀
^
0_0_32284917_989.cpp:20:23: error: stray '#' in program
str2+=str[i];//当前前缀
^
0_0_32284917_989.cpp:21:2: error: stray '#' in program
if(!tree[root][id])
^
0_0_32284917_989.cpp:21:9: error: stray '#' in program
if(!tree[root][id])
^
0_0_32284917_989.cpp:21:16: error: stray '#' in program
if(!tree[root][id])
^
0_0_32284917_989.cpp:21:23: error: stray '#' in program
if(!tree[root][id])
^
0_0_32284917_989.cpp:22:2: error: stray '#' in program
tree[root][id]=++tot;
^
0_0_32284917_989.cpp:22:9: error: stray '#' in program
tree[root][id]=++tot;
^
0_0_32284917_989.cpp:22:16: error: stray '#' in program
tree[root][id]=++tot;
^
0_0_32284917_989.cpp:22:23: error: stray '#' in program
tree[root][id]=++tot;
^
0_0_32284917_989.cpp:23:2: error: stray '#' in program
root=tree[root][id];
^
0_0_32284917_989.cpp:23:9: error: stray '#' in program
root=tree[root][id];
^
0_0_32284917_989.cpp:23:16: error: stray '#' in program
root=tree[root][id];
^
0_0_32284917_989.cpp:23:23: error: stray '#' in program
root=tree[root][id];
^
0_0_32284917_989.cpp:24:2: error: stray '#' in program
sum[root]+=num;//统计每个前缀出现次数
^
0_0_32284917_989.cpp:24:9: error: stray '#' in program
sum[root]+=num;//统计每个前缀出现次数
^
0_0_32284917_989.cpp:24:16: error: stray '#' in program
sum[root]+=num;//统计每个前缀出现次数
^
0_0_32284917_989.cpp:24:23: error: stray '#' in program
sum[root]+=num;//统计每个前缀出现次数
^
0_0_32284917_989.cpp:25:2: error: stray '#' in program
if(mm[strr]<sum[root])//更新map
^
0_0_32284917_989.cpp:25:9: error: stray '#' in program
if(mm[strr]<sum[root])//更新map
^
0_0_32284917_989.cpp:25:16: error: stray '#' in program
if(mm[strr]<sum[root])//更新map
^
0_0_32284917_989.cpp:25:23: error: stray '#' in program
if(mm[strr]<sum[root])//更新map
^
0_0_32284917_989.cpp:26:2: error: stray '#' in program
{
^
0_0_32284917_989.cpp:26:9: error: stray '#' in program
{
^
0_0_32284917_989.cpp:26:16: error: stray '#' in program
{
^
0_0_32284917_989.cpp:26:23: error: stray '#' in program
{
^
0_0_32284917_989.cpp:27:2: error: stray '#' in program
mm[strr]=sum[root];
^
0_0_32284917_989.cpp:27:9: error: stray '#' in program
mm[strr]=sum[root];
^
0_0_32284917_989.cpp:27:16: error: stray '#' in program
mm[strr]=sum[root];
^
0_0_32284917_989.cpp:27:23: error: stray '#' in program
mm[strr]=sum[root];
^
0_0_32284917_989.cpp:27:30: error: stray '#' in program
mm[strr]=sum[root];
^
0_0_32284917_989.cpp:27:37: error: stray '#' in program
mm[strr]=sum[root];
^
0_0_32284917_989.cpp:28:2: error: stray '#' in program
mm2[strr]=str2;
^
0_0_32284917_989.cpp:28:9: error: stray '#' in program
mm2[strr]=str2;
^
0_0_32284917_989.cpp:28:16: error: stray '#' in program
mm2[strr]=str2;
^
0_0_32284917_989.cpp:28:23: error: stray '#' in program
mm2[strr]=str2;
^
0_0_32284917_989.cpp:28:30: error: stray '#' in program
mm2[strr]=str2;
^
0_0_32284917_989.cpp:28:37: error: stray '#' in program
mm2[strr]=str2;
^
0_0_32284917_989.cpp:29:2: error: stray '#' in program
}
^
0_0_32284917_989.cpp:29:9: error: stray '#' in program
}
^
0_0_32284917_989.cpp:29:16: error: stray '#' in program
}
^
0_0_32284917_989.cpp:29:23: error: stray '#' in program
}
^
0_0_32284917_989.cpp:30:2: error: stray '#' in program
}
^
0_0_32284917_989.cpp:30:9: error: stray '#' in program
}
^
0_0_32284917_989.cpp:31:2: error: stray '#' in program
return ;
^
0_0_32284917_989.cpp:31:9: error: stray '#' in program
return ;
^
0_0_32284917_989.cpp:36:2: error: stray '#' in program
for(int i=0;i<25;i++)//字母下标
^
0_0_32284917_989.cpp:36:9: error: stray '#' in program
for(int i=0;i<25;i++)//字母下标
^
0_0_32284917_989.cpp:37:2: error: stray '#' in program
{
^
0_0_32284917_989.cpp:37:9: error: stray '#' in program
{
^
0_0_32284917_989.cpp:38:2: error: stray '#' in program
if(i<18)
^
0_0_32284917_989.cpp:38:9: error: stray '#' in program
if(i<18)
^
0_0_32284917_989.cpp:38:16: error: stray '#' in program
if(i<18)
^
0_0_32284917_989.cpp:38:23: error: stray '#' in program
if(i<18)
^
0_0_32284917_989.cpp:39:2: error: stray '#' in program
belong[i]=2+i/3;
^
0_0_32284917_989.cpp:39:9: error: stray '#' in program
belong[i]=2+i/3;
^
0_0_32284917_989.cpp:39:16: error: stray '#' in program
belong[i]=2+i/3;
^
0_0_32284917_989.cpp:39:23: error: stray '#' in program
belong[i]=2+i/3;
^
0_0_32284917_989.cpp:39:30: error: stray '#' in program
|