0_0_39489256_6467.cpp: In function 'void solve()':
0_0_39489256_6467.cpp:113:5: error: 'build' was not declared in this scope
113 | build(1, 1, n);
| ^~~~~
0_0_39489256_6467.cpp:122:13: error: 'modify' was not declared in this scope; did you mean 'modfl'?
122 | modify(1, 1, n, l, r, x);
| ^~~~~~
| modfl
0_0_39489256_6467.cpp:128:17: error: 'getMin' was not declared in this scope; did you mean 'getpid'?
128 | if (getMin(1, 1, n, l, r) == getMax(1, 1, n, l, r))
| ^~~~~~
| getpid
0_0_39489256_6467.cpp:128:42: error: 'getMax' was not declared in this scope
128 | if (getMin(1, 1, n, l, r) == getMax(1, 1, n, l, r))
| ^~~~~~
0_0_39489256_6467.cpp:137:17: error: 'checkUp' was not declared in this scope
137 | if (checkUp(1, 1, n, l, r))
| ^~~~~~~
0_0_39489256_6467.cpp:146:17: error: 'checkDown' was not declared in this scope
146 | if (checkDown(1, 1, n, l, r))
| ^~~~~~~~~
0_0_39489256_6467.cpp:160:21: error: 'checkUp' was not declared in this scope
160 | if (checkUp(1, 1, n, l, mid))
| ^~~~~~~
0_0_39489256_6467.cpp:166:39: error: 'checkDown' was not declared in this scope
166 | if (l < ans && ans < r && checkDown(1, 1, n, ans, r))
| ^~~~~~~~~
|