Problem | bananasmoothie |
---|---|
User | god |
Submission Time | 2025-07-15 11:14:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bananasmoothie.cpp: In function ‘int main()’:
bananasmoothie.cpp:15:16: error: ‘cust’ was not declared in this scope
15 | multiset<int, cust> banonas;
| ^~~~
bananasmoothie.cpp:15:20: error: template argument 2 is invalid
15 | multiset<int, cust> banonas;
| ^
bananasmoothie.cpp:19:11: error: request for member ‘insert’ in ‘banonas’, which is of non-class type ‘int’
19 | banonas.insert(z);
| ^~~~~~
bananasmoothie.cpp:24:28: error: request for member ‘begin’ in ‘banonas’, which is of non-class type ‘int’
24 | subarray[x%y] = *banonas.begin();
| ^~~~~
bananasmoothie.cpp:25:11: error: request for member ‘erase’ in ‘banonas’, which is of non-class type ‘int’
25 | banonas.erase(banonas.begin());
| ^~~~~
bananasmoothie.cpp:25:25: error: request for member ‘begin’ in ‘banonas’, which is of non-class typ