/in/foo.cc: In function 'int Seg2::Query(int, int)':
/in/foo.cc:253:13: error: 'Depth' was not declared in this scope; did you mean 'Graph::Depth'?
253 | if (Depth[cur] >= Depth[c])
| ^~~~~
| Graph::Depth
/in/foo.cc:11:42: note: 'Graph::Depth' declared here
11 | int Siz[40010], HC[40010], F[40010], Depth[40010];
| ^~~~~
/in/foo.cc:272:13: error: 'Depth' was not declared in this scope; did you mean 'Graph::Depth'?
272 | if (Depth[u] > Depth[c])
| ^~~~~
| Graph::Depth
/in/foo.cc:11:42: note: 'Graph::Depth' declared here
11 | int Siz[40010], HC[40010], F[40010], Depth[40010];
| ^~~~~