0_0_16469059_5940.cpp: In function 'void work(int, int, int)':
0_0_16469059_5940.cpp:2:8: error: 'mx' was not declared in this scope
if(mx[u][0] > n1){
^
0_0_16469059_5940.cpp:12:17: error: 'head' was not declared in this scope
for(int i = head[u];i != -1;i = edge[i].next){
^
0_0_16469059_5940.cpp:12:37: error: 'edge' was not declared in this scope
for(int i = head[u];i != -1;i = edge[i].next){
^
0_0_16469059_5940.cpp:15:12: error: 'low' was not declared in this scope
if(low[v] == dfn[v]){
^
0_0_16469059_5940.cpp:15:22: error: 'dfn' was not declared in this scope
if(low[v] == dfn[v]){
^
0_0_16469059_5940.cpp:16:22: error: 'mx' was not declared in this scope
if(n1 == mx[v][0]){
^
0_0_16469059_5940.cpp:20:37: error: 'min' was not declared in this scope
m1 = min(n1,mx[v][0]);
^
0_0_16469059_5940.cpp:22:22: error: 'n' was not declared in this scope
if(m1 == n) m1 = m2;
^
0_0_16469059_5940.cpp:23:13: error: 'ans' was not declared in this scope
ans[i/2][0] = m1, ans[i/2][1] = m1+1;
^
|