books.cpp: In function 'long long int erku()':
books.cpp:12:8: error: 'p' was not declared in this scope
12 | if(p[1] == 1) return 0;
| ^
books.cpp: In function 'long long int ereq()':
books.cpp:17:8: error: 'p' was not declared in this scope
17 | if(p[2] == 2) return erku();
| ^
books.cpp: In function 'long long int chors()':
books.cpp:22:8: error: 'p' was not declared in this scope
22 | if(p[3] == 3) return ereq();
| ^
books.cpp:23:8: error: 'p' was not declared in this scope
23 | if(p[0] > 1 && p[1] > 1) return 8;
| ^