souvenirs.cpp: In function 'void buy_souvenirs(int, long long int)':
souvenirs.cpp:8:17: error: 'transaction' was not declared in this scope
8 | transaction(P0 - 1);
| ^~~~~~~~~~~
souvenirs.cpp:14:33: error: 'transaction' was not declared in this scope
14 | transaction(P0 - i);
| ^~~~~~~~~~~
souvenirs.cpp:19:17: error: 'res' was not declared in this scope; did you mean 'ret'?
19 | res = transaction(P0 - 1);
| ^~~
| ret
souvenirs.cpp:19:23: error: 'transaction' was not declared in this scope
19 | res = transaction(P0 - 1);
| ^~~~~~~~~~~
souvenirs.cpp:21:22: error: request for member 'size' in 'f', which is of non-class type 'int'
21 | if(f.size() == 2){
| ^~~~
souvenirs.cpp:22:46: error: 's' was not declared in this scope
22 | transaction(P0 - 1 - s - 1);
| ^
souvenirs.cpp:25:46: error: 's' was not declared in this scope
25 | transaction(P0 - 1 - s - 1);
| ^