0_0_16890987_24840.cpp:54:32: error: invalid types 'int[int]' for array subscript
int to[266666][11],ot[266666[11],ed[11];
^
0_0_16890987_24840.cpp:54:33: error: expected ']' before ',' token
int to[266666][11],ot[266666[11],ed[11];
^
0_0_16890987_24840.cpp: In function 'void tb(int, int, int)':
0_0_16890987_24840.cpp:70:27: error: 'ot' was not declared in this scope
if(l!=r)for(i=0;i<=W;i++)ot[k][i]=++id;
^
0_0_16890987_24840.cpp:71:24: error: 'ot' was not declared in this scope
else for(i=0;i<=W;i++)ot[k][i]=to[k][i];
^
0_0_16890987_24840.cpp:75:23: error: 'ot' was not declared in this scope
for(i=0;i<=W;i++)ins(ot[k<<1][i],ot[k][i],0),ins(ot[k<<1|1][i],ot[k][i],0);
^
0_0_16890987_24840.cpp: In function 'void cha(int, int, int, int, int, int, int)':
0_0_16890987_24840.cpp:82:7: error: 'ot' was not declared in this scope
ins(ot[k][i],z,0);
^
|