souvenirs.cpp: In function 'void buy_souvenirs(int, long long int)':
souvenirs.cpp:7:31: error: 'transaction' was not declared in this scope
7 | pair<vector<int>, ll> p = transaction(P0 - 1);
| ^~~~~~~~~~~
souvenirs.cpp:9:19: error: 'transaction' was not declared in this scope
9 | auto [v, s] = transaction(P0 - 1);
| ^~~~~~~~~~~
souvenirs.cpp:20:21: error: 'transaction' was not declared in this scope
20 | auto [v, s] = transaction(z);
| ^~~~~~~~~~~
souvenirs.cpp:36:9: error: 'transaction' was not declared in this scope
36 | transaction(z);
| ^~~~~~~~~~~