Problem bananasmoothie
User jerriel
Submission Time 2025-04-23 17:07:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bananasmoothie.cpp: In function ‘int main()’:
bananasmoothie.cpp:12:3: error: ‘answer’ was not declared in this scope
12 | answer[i] = temp;
| ^~~~~~
bananasmoothie.cpp:14:7: error: ‘answer’ was not declared in this scope
14 | sort(answer, answer+n, greater<>());
| ^~~~~~