souvenirs.cpp: In function 'void buy_souvenirs(int, long long int)':
souvenirs.cpp:11:5: error: 'll' was not declared in this scope
11 | ll lo = 1, up = P0;
| ^~
souvenirs.cpp:13:11: error: expected ';' before 'l'
13 | ll l = lo, r = up;
| ^~
| ;
souvenirs.cpp:14:15: error: 'l' was not declared in this scope
14 | while(l <= r){
| ^
souvenirs.cpp:14:20: error: 'r' was not declared in this scope
14 | while(l <= r){
| ^
souvenirs.cpp:16:17: error: 'transcation' was not declared in this scope; did you mean 'transaction'?
16 | a = transcation(m);
| ^~~~~~~~~~~
| transaction
souvenirs.cpp:24:17: error: 'lo' was not declared in this scope; did you mean 'log'?
24 | lo = m;
| ^~
| log