0_0_33168912_17512.cpp:12:2: error: stray '#' in program
int id,loty,abty;
^
0_0_33168912_17512.cpp:12:8: error: stray '#' in program
int id,loty,abty;
^
0_0_33168912_17512.cpp:12:14: error: stray '#' in program
int id,loty,abty;
^
0_0_33168912_17512.cpp:12:20: error: stray '#' in program
int id,loty,abty;
^
0_0_33168912_17512.cpp:20:2: error: stray '#' in program
D.clear();
^
0_0_33168912_17512.cpp:20:8: error: stray '#' in program
D.clear();
^
0_0_33168912_17512.cpp:20:14: error: stray '#' in program
D.clear();
^
0_0_33168912_17512.cpp:20:20: error: stray '#' in program
D.clear();
^
0_0_33168912_17512.cpp:21:2: error: stray '#' in program
memset(L,0,sizeof(L));
^
0_0_33168912_17512.cpp:21:8: error: stray '#' in program
memset(L,0,sizeof(L));
^
0_0_33168912_17512.cpp:21:14: error: stray '#' in program
memset(L,0,sizeof(L));
^
0_0_33168912_17512.cpp:21:20: error: stray '#' in program
memset(L,0,sizeof(L));
^
0_0_33168912_17512.cpp:22:2: error: stray '#' in program
memset(R,0,sizeof(R));
^
0_0_33168912_17512.cpp:22:8: error: stray '#' in program
memset(R,0,sizeof(R));
^
0_0_33168912_17512.cpp:22:14: error: stray '#' in program
memset(R,0,sizeof(R));
^
0_0_33168912_17512.cpp:22:20: error: stray '#' in program
memset(R,0,sizeof(R));
^
0_0_33168912_17512.cpp:23:2: error: stray '#' in program
for (int i=0;i<maxn;i++)
^
0_0_33168912_17512.cpp:23:8: error: stray '#' in program
for (int i=0;i<maxn;i++)
^
0_0_33168912_17512.cpp:23:14: error: stray '#' in program
for (int i=0;i<maxn;i++)
^
0_0_33168912_17512.cpp:23:20: error: stray '#' in program
for (int i=0;i<maxn;i++)
^
0_0_33168912_17512.cpp:24:2: error: stray '#' in program
ans[i]=tree[i]=-1,son[i].clear();
^
0_0_33168912_17512.cpp:24:8: error: stray '#' in program
ans[i]=tree[i]=-1,son[i].clear();
^
0_0_33168912_17512.cpp:24:14: error: stray '#' in program
ans[i]=tree[i]=-1,son[i].clear();
^
0_0_33168912_17512.cpp:24:20: error: stray '#' in program
ans[i]=tree[i]=-1,son[i].clear();
^
0_0_33168912_17512.cpp:24:26: error: stray '#' in program
ans[i]=tree[i]=-1,son[i].clear();
^
0_0_33168912_17512.cpp:24:32: error: stray '#' in program
ans[i]=tree[i]=-1,son[i].clear();
^
0_0_33168912_17512.cpp:24:38: error: stray '#' in program
ans[i]=tree[i]=-1,son[i].clear();
^
0_0_33168912_17512.cpp:24:44: error: stray '#' in program
ans[i]=tree[i]=-1,son[i].clear();
^
0_0_33168912_17512.cpp:25:2: error: stray '#' in program
tot=0;
^
0_0_33168912_17512.cpp:25:8: error: stray '#' in program
tot=0;
^
0_0_33168912_17512.cpp:25:14: error: stray '#' in program
tot=0;
^
0_0_33168912_17512.cpp:25:20: error: stray '#' in program
tot=0;
^
0_0_33168912_17512.cpp:29:2: error: stray '#' in program
L[root]=tot++;
^
0_0_33168912_17512.cpp:29:8: error: stray '#' in program
L[root]=tot++;
^
0_0_33168912_17512.cpp:29:14: error: stray '#' in program
L[root]=tot++;
^
0_0_33168912_17512.cpp:29:20: error: stray '#' in program
L[root]=tot++;
^
0_0_33168912_17512.cpp:30:2: error: stray '#' in program
for (int i=0;i<son[root].size();i++) dfs(son[root][i]);
^
0_0_33168912_17512.cpp:30:8: error: stray '#' in program
for (int i=0;i<son[root].size();i++) dfs(son[root][i]);
^
0_0_33168912_17512.cpp:30:14: error: stray '#' in program
for (int i=0;i<son[root].size();i++) dfs(son[root][i]);
^
0_0_33168912_17512.cpp:30:20: error: stray '#' in program
for (int i=0;i<son[root].size();i++) dfs(son[root][i]);
^
0_0_33168912_17512.cpp:31:2: error: stray '#' in program
R[root]=tot;
^
0_0_33168912_17512.cpp:31:8: error: stray '#' in program
R[root]=tot;
^
0_0_33168912_17512.cpp:31:14: error: stray '#' in program
R[root]=tot;
^
0_0_33168912_17512.cpp:31:20: error: stray '#' in program
R[root]=tot;
^
0_0_33168912_17512.cpp:35:2: error: stray '#' in program
if (A.abty==B.abty) return A.id<B.id;
^
0_0_33168912_17512.cpp:35:8: error: stray '#' in program
if (A.abty==B.abty) return A.id<B.id;
^
0_0_33168912_17512.cpp:35:14: error: stray '#' in program
if (A.abty==B.abty) return A.id<B.id;
^
0_0_33168912_17512.cpp:35:20: error: stray '#' in program
if (A.abty==B.abty) return A.id<B.id;
^
0_0_33168912_17512.cpp:36:2: error: stray '#' in program
else return A.abty>B.abty;
^
0_0_33168912_17512.cpp:36:8: error: stray '#' in program
else return A.abty>B.abty;
^
0_0_33168912_17512.cpp:36:14: error: stray '#' in program
else return A.abty>B.abty;
^
0_0_33168912_17512.cpp:36:20: error: stray '#' in program
else return A.abty>B.abty;
^
0_0_33168912_17512.cpp:36:26: error: stray '#' in program
else return A.abty>B.abty;
^
0_0_33168912_17512.cpp:36:32: error: stray '#' in program
else return A.abty>B.abty;
^
0_0_33168912_17512.cpp:36:38: error: stray '#' in program
else return A.abty>B.abty;
^
0_0_33168912_17512.cpp:36:44: error: stray '#' in program
else return A.abty>B.abty;
^
0_0_33168912_17512.cpp:52:2: error: stray '#' in program
if (ll>rr) return -1;
^
0_0_33168912_17512.cpp:52:8: error: stray '#' in program
if (ll>rr) return -1;
^
0_0_33168912_17512.cpp:52:14: error: stray '#' in program
if (ll>rr) return -1;
^
0_0_33168912_17512.cpp:52:20: error: stray '#' in program
if (ll>rr) return -1;
^
0_0_33168912_17512.cpp:55:6: error: stray '#' in program
return tree[rt];
^
0_0_33168912_17512.cpp:55:12: error: stray '#' in program
return tree[rt];
^
0_0_33168912_17512.cpp:55:18: error: stray '#' in program
return tree[rt];
^
0_0_33168912_17512.cpp:55:24: error: stray '#' in program
return tree[rt];
^
0_0_33168912_17512.cpp:64:2: error: stray '#' in program
scanf("%d",&T);
^
0_0_33168912_17512.cpp:64:8: error: stray '#' in program
scanf("%d",&T);
^
0_0_33168912_17512.cpp:64:14: error: stray '#' in program
scanf("%d",&T);
^
0_0_33168912_17512.cpp:64:20: error: stray '#' in program
scanf("%d",&T);
^
0_0_33168912_17512.cpp:65:2: error: stray '#' in program
while (T--)
^
0_0_33168912_17512.cpp:65:8: error: stray '#' in program
while (T--)
^
0_0_33168912_17512.cpp:65:14: error: stray '#' in program
while (T--)
^
0_0_33168912_17512.cpp:65:20: error: stray '#' in program
while (T--)
^
0_0_33168912_17512.cpp:66:2: error: stray '#' in program
{
^
0_0_33168912_17512.cpp:66:8: error: stray '#' in program
{
^
0_0_33168912_17512.cpp:66:14: error: stray '#' in program
|