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