souvenirs.cpp:8:1: error: 'll' does not name a type
8 | ll n, cnt[105], p[105];
| ^~
souvenirs.cpp:10:1: error: 'll' does not name a type
10 | ll adu_calculate(ll s, int k) {
| ^~
souvenirs.cpp:15:6: error: variable or field 'adu_build' declared void
15 | void adu_build(ll money) {
| ^~~~~~~~~
souvenirs.cpp:15:16: error: 'll' was not declared in this scope
15 | void adu_build(ll money) {
| ^~
souvenirs.cpp: In function 'void adu_complete()':
souvenirs.cpp:41:21: error: 'n' was not declared in this scope
41 | for (int i=1; i<n; i++) {
| ^
souvenirs.cpp:42:16: error: 'cnt' was not declared in this scope; did you mean 'int'?
42 | while (cnt[i]<i) {
| ^~~
| int
souvenirs.cpp:43:25: error: 'p' was not declared in this scope
43 | transaction(p[i]);
| ^
souvenirs.cpp: At global scope:
souvenirs.cpp:49:6: error: variable or field 'buy_souvenirs' declared void
49 | void buy_souvenirs(ll N, ll P0) {
| ^~~~~~~~~~~~~
souvenirs.cpp:49:20: error: 'll' was not declared in this scope
49 | void buy_souvenirs(ll N, ll P0) {
| ^~
souvenirs.cpp:49:26: error: 'll' was not declared in this scope
49 | void buy_souvenirs(ll N, ll P0) {
| ^~