books.cpp: In function 'std::pair<int, int> expand_range(int, int, int)':
books.cpp:11:27: error: 'parent' was not declared in this scope
11 | l1 = min(l1,l[parent[l]);
| ^~~~~~
books.cpp:11:36: error: expected ']' before ')' token
11 | l1 = min(l1,l[parent[l]);
| ^
| ]
books.cpp:12:36: error: expected ']' before ')' token
12 | r1 = max(r1,r[parent[l]);
| ^
| ]
books.cpp:16:27: error: 'parent' was not declared in this scope
16 | l1 = min(l1,l[parent[r]);
| ^~~~~~
books.cpp:16:36: error: expected ']' before ')' token
16 | l1 = min(l1,l[parent[r]);
| ^
| ]
books.cpp:17:36: error: expected ']' before ')' token
17 | r1 = max(l1,r[parent[r]);
| ^
| ]
books.cpp: In function 'long long int minimum_walk(std::vector<int>, int)':
books.cpp:67:37: error: expected ']' before ')' token
67 | l2 = min(l2,l[parent[l1]);
| ^
| ]
books.cpp:68:37: error: expected ']' before ')' token
68 | r2 = max(r2,r[parent[l1]);
| ^
| ]
books.cpp:72:37: error: expected ']' before ')' token
72 | l2 = min(l2,l[parent[r1]);
| ^
| ]
books.cpp:73:37: error: expected ']' before ')' token
73 | r2 = max(r2,r[parent[r1]);
| ^
| ]
books.cpp:102:17: error: 'ii' was not declared in this scope
102 | ii = expand_range(l3r,r3r,r3r+1);
| ^~
books.cpp:106:17: error: 'sum' was not declared in this scope
106 | sum += coft;
| ^~~
books.cpp:111:9: error: 'sum' was not declared in this scope
111 | sum += coft;
| ^~~
books.cpp:116:18: error: 'r31' was not declared in this scope; did you mean 'r3r'?
116 | r1 = max(r31,r1);
| ^~~
| r3r
books.cpp:120:12: error: 'soom' was not declared in this scope
120 | return soom;
| ^~~~
books.cpp:27:9: warning: unused variable 'v' [-Wunused-variable]
27 | int v[1100100];
| ^