0_0_33591333_12367.cpp: In function 'void update(int&, int, int, int)':
0_0_33591333_12367.cpp:23:53: error: 'n2' was not declared in this scope
root[i][j],head[i][j],1,n2,
^
0_0_33591333_12367.cpp:24:56: error: 'compare' was not declared in this scope
va[i][mxh[i][j-1]],va[i][j]))
^
0_0_33591333_12367.cpp:34:53: error: 'n2' was not declared in this scope
root[i][j],head[i][j],1,n2,
^
0_0_33591333_12367.cpp:35:56: error: 'compare' was not declared in this scope
va[i][mxp[i][j+1]],va[i][j]))
^
0_0_33591333_12367.cpp:42:15: error: 'q' was not declared in this scope
while(q--){
^
0_0_33591333_12367.cpp:49:32: error: 'n2' was not declared in this scope
1,n2,va[c+1][mxh[c+1][b-1]] ,va[a-1][mxp[a-1][d+1]] ) )
^
0_0_33591333_12367.cpp:49:82: error: 'compare' was not declared in this scope
1,n2,va[c+1][mxh[c+1][b-1]] ,va[a-1][mxp[a-1][d+1]] ) )
^
0_0_33591333_12367.cpp: At global scope:
0_0_33591333_12367.cpp:57:1: error: expected declaration before '}' token
}
^
|