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

Compile Error

bananasmoothie.cpp: In function ‘int main()’:
bananasmoothie.cpp:18:10: error: ‘pos’ was not declared in this scope; did you mean ‘pow’?
18 | ll a = pos(drink);
| ^~~
| pow
bananasmoothie.cpp: At global scope:
bananasmoothie.cpp:33:8: error: ‘vec’ was not declared in this scope
33 | ll pos(vec) {
| ^~~