0_0_38691716_21696.cpp:13:26: error: stray '#' in program
13 | }#include <bits/stdc++.h>
| ^
0_0_38691716_21696.cpp: In function 'int main()':
0_0_38691716_21696.cpp:13:36: error: 'bits' was not declared in this scope
13 | }#include <bits/stdc++.h>
| ^~~~
0_0_38691716_21696.cpp:13:41: error: 'stdc' was not declared in this scope; did you mean 'std'?
13 | }#include <bits/stdc++.h>
| ^~~~
| std
0_0_38691716_21696.cpp:13:27: error: 'include' was not declared in this scope
13 | }#include <bits/stdc++.h>
| ^~~~~~~
0_0_38691716_21696.cpp:18:25: error: expected primary-expression before 'using'
18 | using namespace std;
| ^~~~~
0_0_38691716_21696.cpp:26:58: error: a function-definition is not allowed here before '{' token
26 | inline Tree up(Tree ls, Tree rs) {
| ^
0_0_38691716_21696.cpp:37:66: error: a function-definition is not allowed here before '{' token
37 | inline void down(int node, int L, int R) {
| ^
0_0_38691716_21696.cpp:61:67: error: a function-definition is not allowed here before '{' token
61 | inline void build(int node, int L, int R) {
| ^
0_0_38691716_21696.cpp:77:89: error: a function-definition is not allowed here before '{' token
77 | inline void change(int node, int l, int r, int L, int R, int k) {
| ^
0_0_38691716_21696.cpp:119:81: error: a function-definition is not allowed here before '{' token
119 | inline Tree query(int node, int l, int r, int L, int R) {
| ^
0_0_38691716_21696.cpp:128:36: error: a function-definition is not allowed here before '{' token
128 | int main() {
| ^
|