0_0_33786606_21090.cpp: In function 'void fdbsz(int, int)':
0_0_33786606_21090.cpp:134:18: error: 'bsz' was not declared in this scope
sz[u] += bsz[v];
^
0_0_33786606_21090.cpp: In function 'void solve(int, int)':
0_0_33786606_21090.cpp:140:5: error: 'vis' was not declared in this scope
vis[u] = ++ckc;
^
0_0_33786606_21090.cpp: In function 'int main()':
0_0_33786606_21090.cpp:181:16: error: 'iscut' was not declared in this scope
memset(iscut,0,sizeof(iscut));
^
0_0_33786606_21090.cpp:220:33: error: 'bsz' was not declared in this scope
nts[le++] = bsz[v];
^
|