Problem bananasmoothie
User NuggetsAreNice
Submission Time 2024-07-09 15:00:12
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:8: error: cannot convert ‘std::vector<long long int>’ to ‘long long int’ in initialization
34 | ll pos(vec) {
| ^~~
| |
| std::vector<long long int>