books.cpp: In function 'void solve(int, int, long long int, int)':
books.cpp:8:14: error: 'skim' was not declared in this scope
8 | v[k]=skim(k);
| ^~~~
books.cpp:10:9: error: 'res' was not declared in this scope; did you mean 'resp'?
10 | res.push_back(k);
| ^~~
| resp
books.cpp:15:14: error: 'skim' was not declared in this scope
15 | v[m]=skim(m);
| ^~~~
books.cpp:18:13: error: 'answer' was not declared in this scope
18 | answer(resp);
| ^~~~~~
books.cpp:29:17: error: 'skim' was not declared in this scope
29 | int aux=skim(k);
| ^~~~
books.cpp:34:13: error: 'answer' was not declared in this scope
34 | answer(resp);
| ^~~~~~
books.cpp:37:5: error: 'impossible' was not declared in this scope
37 | impossible();
| ^~~~~~~~~~