0_0_33787264_5601.cpp: In function 'int main()':
0_0_33787264_5601.cpp:70:13: error: 'T' was not declared in this scope
T[i] = i, Head[i] = Size[i] = 0;
^
0_0_33787264_5601.cpp:84:26: error: 'T' was not declared in this scope
int &u = T[x], &v = T[y];
^
0_0_33787264_5601.cpp:85:26: error: 'v' was not declared in this scope
if (u == v) continue ;
^
0_0_33787264_5601.cpp:86:36: error: 'v' was not declared in this scope
if (Size[u] > Size[v]) swap(u, v);
^
0_0_33787264_5601.cpp:92:33: error: 'v' was not declared in this scope
Modify(tmp, v, s);
^
0_0_33787264_5601.cpp:97:30: error: 'v' was not declared in this scope
A[tmp] = v;
^
0_0_33787264_5601.cpp:100:22: error: 'v' was not declared in this scope
Size[v] += Size[u];
^
|