0_0_36702108_10806.cpp: In function 'double solve(int, int)':
0_0_36702108_10806.cpp:164:60: error: 'mk' was not declared in this scope
else if (o == 0 && inq[rhs]) inq[rhs] = 0, H -= a[rhs].nd, mk = 1;
^
0_0_36702108_10806.cpp:165:86: error: 'mk' was not declared in this scope
else if (o == 1 && inq[lhs]) H += a[rhs].nd - a[lhs].nd, inq[lhs] = 0, inq[rhs] = 1, mk = 1;
^
0_0_36702108_10806.cpp: In function 'int main()':
0_0_36702108_10806.cpp:179:3: error: 'kases' was not declared in this scope
++kases;
^
|