0_0_39544954_20945.cpp: In function 'void build(long long int, long long int, long long int)':
0_0_39544954_20945.cpp:19:33: error: 'up' was not declared in this scope
19 | up(i);
| ^~
0_0_39544954_20945.cpp: In function 'void update(long long int, long long int, long long int, long long int, long long int, long long int)':
0_0_39544954_20945.cpp:25:41: error: 'lazy' was not declared in this scope
25 | lazy(l, r, v, i);
| ^~~~
0_0_39544954_20945.cpp:28:33: error: 'down' was not declared in this scope
28 | down(l, r, i);
| ^~~~
0_0_39544954_20945.cpp:31:33: error: 'up' was not declared in this scope
31 | up(i);
| ^~
0_0_39544954_20945.cpp: In function 'void upp(long long int, long long int, long long int, long long int, long long int)':
0_0_39544954_20945.cpp:42:33: error: 'down' was not declared in this scope
42 | down(l, r, i);
| ^~~~
0_0_39544954_20945.cpp:45:33: error: 'up' was not declared in this scope; did you mean 'upp'?
45 | up(i);
| ^~
| upp
0_0_39544954_20945.cpp: In function 'long long int query(long long int, long long int, long long int, long long int, long long int)':
0_0_39544954_20945.cpp:50:33: error: 'down' was not declared in this scope
50 | down(l, r, i);
| ^~~~
|