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

Compile Error

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