Problem bananasmoothie
User NuggetsAreNice
Submission Time 2024-07-09 14:59:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bananasmoothie.cpp: In function ‘int main()’:
bananasmoothie.cpp:19:10: error: ‘pos’ was not declared in this scope; did you mean ‘pow’?
19 | ll a = pos(drink);
| ^~~
| pow
bananasmoothie.cpp: At global scope:
bananasmoothie.cpp:34:9: error: cannot convert ‘std::vector<long long int>’ to ‘int’ in initialization
34 | int pos(vec) {
| ^~~
| |
| std::vector<long long int>