0_0_13758360_21163.cpp: In function 'int solve(int, int)':
0_0_13758360_21163.cpp:38:12: error: expected unqualified-id before '=' token
int = x, R = y, ans = -1;
^
0_0_13758360_21163.cpp:39:12: error: 'L' was not declared in this scope
while (L <= R) {
^
0_0_13758360_21163.cpp:39:17: error: 'R' was not declared in this scope
while (L <= R) {
^
0_0_13758360_21163.cpp:44:15: error: 'ans' was not declared in this scope
ans = M;
^
0_0_13758360_21163.cpp:48:9: error: 'ans' was not declared in this scope
if (ans == -1) return y - x + 1;
^
0_0_13758360_21163.cpp:49:16: error: 'ans' was not declared in this scope
return max(ans - x, RMQ(ans, y));
^
|